Spaces:
Sleeping
Sleeping
alpcansoydas
commited on
Commit
•
f426ecf
1
Parent(s):
665f6ae
Update app.py
Browse files
app.py
CHANGED
@@ -53,6 +53,9 @@ Your task is to read the following text, convert it to json format using 'Answer
|
|
53 |
</text>
|
54 |
|
55 |
Your final response MUST contain only the response, no other text.
|
|
|
|
|
|
|
56 |
'''
|
57 |
json_output_parser = JsonOutputParser()
|
58 |
|
|
|
53 |
</text>
|
54 |
|
55 |
Your final response MUST contain only the response, no other text.
|
56 |
+
Example:
|
57 |
+
{{"Answer":["Sport", "Entertainment", "General", "Inflation", "Effects of Inflation"]]}}
|
58 |
+
'''
|
59 |
'''
|
60 |
json_output_parser = JsonOutputParser()
|
61 |
|