Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ interface = gr.ChatInterface(fn = chat_response,
|
|
167 |
"Tell me the names of top 5 characters in Mahabharata.",
|
168 |
"Why did the Mahabharata war happen?",
|
169 |
"Who killed Karna, and why?",
|
170 |
-
"Why did
|
171 |
|
172 |
# Launch the interface
|
173 |
interface.launch(share=True)
|
|
|
167 |
"Tell me the names of top 5 characters in Mahabharata.",
|
168 |
"Why did the Mahabharata war happen?",
|
169 |
"Who killed Karna, and why?",
|
170 |
+
"Why did the Pandavas have to go live in the forest for 12 years?"])
|
171 |
|
172 |
# Launch the interface
|
173 |
interface.launch(share=True)
|