Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -372,8 +372,8 @@ Data:
|
|
| 372 |
Instructions:
|
| 373 |
Compile and categorize the data above into a JSON dictionary string
|
| 374 |
Include ALL text, datapoints, titles, descriptions, and source urls indexed into an easy to search JSON format
|
| 375 |
-
Return a
|
| 376 |
-
Required
|
| 377 |
"keywords":["short", "list", "of", "important", "keywords", "found", "in", "this", "entry"],
|
| 378 |
"title":"title of entry",
|
| 379 |
"description":"A sentence summarizing the topic of this entry",
|
|
|
|
| 372 |
Instructions:
|
| 373 |
Compile and categorize the data above into a JSON dictionary string
|
| 374 |
Include ALL text, datapoints, titles, descriptions, and source urls indexed into an easy to search JSON format
|
| 375 |
+
Return a propely formatted JSON string.
|
| 376 |
+
Required keys:
|
| 377 |
"keywords":["short", "list", "of", "important", "keywords", "found", "in", "this", "entry"],
|
| 378 |
"title":"title of entry",
|
| 379 |
"description":"A sentence summarizing the topic of this entry",
|