AnonymousSub commited on
Commit
d0391de
·
verified ·
1 Parent(s): 525b2d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -120,7 +120,8 @@ elif selection=="Adobe Firefly":
120
  list_1 = [
121
  {
122
  "abstract": "Write the '{}' section of the article titled '{}'.".format(slide_title, presentation_title),
123
- "ref_abstract": tmp_ref_abstract
 
124
  }
125
  ]
126
  else:
 
120
  list_1 = [
121
  {
122
  "abstract": "Write the '{}' section of the article titled '{}'.".format(slide_title, presentation_title),
123
+ "ref_abstract": tmp_ref_abstract,
124
+ "related_work": ""
125
  }
126
  ]
127
  else: