Spaces:
Running
Running
Testing message error
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks(theme = theme, css = custom_css) as demo:
|
|
108 |
|
109 |
conversation_state = gr.State([])
|
110 |
|
111 |
-
chatbot = gr.Chatbot(label="💬 Chat History"
|
112 |
chatbot.clear(fn=clear_history, outputs=conversation_state)
|
113 |
|
114 |
with gr.Row():
|
|
|
108 |
|
109 |
conversation_state = gr.State([])
|
110 |
|
111 |
+
chatbot = gr.Chatbot(label="💬 Chat History")
|
112 |
chatbot.clear(fn=clear_history, outputs=conversation_state)
|
113 |
|
114 |
with gr.Row():
|