sidagarwal04 commited on
Commit
0c272a2
·
verified ·
1 Parent(s): 557e704

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Arjuna kill Karna, his half-brother?"])
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)