artificialguybr commited on
Commit
2c4f599
1 Parent(s): 3be9b12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,6 +100,6 @@ with gr.Blocks() as demo:
100
  chat_history_state.value = []
101
  chatbot.textbox.value = ""
102
 
103
- chatbot.clear(outputs=[chat_history_state, chatbot.textbox])
104
 
105
  demo.launch()
 
100
  chat_history_state.value = []
101
  chatbot.textbox.value = ""
102
 
103
+ chatbot.clear()
104
 
105
  demo.launch()