Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -117,8 +117,6 @@ def chatbot(input, history=[]):
|
|
117 |
return "I'm sorry, there was an error retrieving the information you requested."
|
118 |
|
119 |
gr.Interface(fn = chatbot,
|
120 |
-
title = "Mahabharata Chatbot",
|
121 |
-
description = "powered by Neo4j",
|
122 |
theme = "soft",
|
123 |
clear_btn = "\U0001F5D1 Clear chat",
|
124 |
examples = ["Who killed Ghatotakach?",
|
|
|
117 |
return "I'm sorry, there was an error retrieving the information you requested."
|
118 |
|
119 |
gr.Interface(fn = chatbot,
|
|
|
|
|
120 |
theme = "soft",
|
121 |
clear_btn = "\U0001F5D1 Clear chat",
|
122 |
examples = ["Who killed Ghatotakach?",
|