Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks() as demo:
|
|
94 |
}
|
95 |
"""
|
96 |
chatbot = gr.Chatbot()
|
97 |
-
chatbot.change(None,[chatbot],[],js=js)
|
98 |
msg = gr.Textbox()
|
99 |
clear = gr.ClearButton([msg, chatbot])
|
100 |
|
|
|
94 |
}
|
95 |
"""
|
96 |
chatbot = gr.Chatbot()
|
97 |
+
chatbot.change(None,[chatbot],[],js=js,type="messages")
|
98 |
msg = gr.Textbox()
|
99 |
clear = gr.ClearButton([msg, chatbot])
|
100 |
|