Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|