Anjo123 commited on
Commit
42a7d13
·
verified ·
1 Parent(s): 1cffa06

Testing message error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", type="messages")
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():