Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ def respond(message, history):
|
|
117 |
|
118 |
demo = gr.ChatInterface(
|
119 |
fn=respond,
|
120 |
-
chatbot=gr.Chatbot(
|
121 |
description=" ",
|
122 |
textbox=gr.Textbox(),
|
123 |
multimodal=False,
|
|
|
117 |
|
118 |
demo = gr.ChatInterface(
|
119 |
fn=respond,
|
120 |
+
chatbot=gr.Chatbot(),
|
121 |
description=" ",
|
122 |
textbox=gr.Textbox(),
|
123 |
multimodal=False,
|