Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -292,8 +292,8 @@ Requirements:
|
|
292 |
Example JSON structure:
|
293 |
{json.dumps(example_json, indent=2)}
|
294 |
"""
|
295 |
-
user_prompt = f"\nTopic: {prompt}\nJSON:"
|
296 |
-
full_prompt = system_prompt + user_prompt
|
297 |
|
298 |
|
299 |
try:
|
|
|
292 |
Example JSON structure:
|
293 |
{json.dumps(example_json, indent=2)}
|
294 |
"""
|
295 |
+
user_prompt = f"\nTopic: {prompt}\nJSON:"
|
296 |
+
full_prompt = system_prompt + user_prompt
|
297 |
|
298 |
|
299 |
try:
|