Rausda6 commited on
Commit
c3a6fbc
·
verified ·
1 Parent(s): 20beb72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: