kevinwang676 commited on
Commit
bc670cc
1 Parent(s): 031b408

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ if __name__ == "__main__":
238
  [chatbot, history, past_key_values, response_lh], show_progress=True)
239
  submitBtn.click(reset_user_input, [], [user_input])
240
 
241
- emptyBtn.click(reset_state, outputs=[chatbot, history, past_key_values, response_lh], show_progress=True)
242
 
243
 
244
  with gr.Row():
 
238
  [chatbot, history, past_key_values, response_lh], show_progress=True)
239
  submitBtn.click(reset_user_input, [], [user_input])
240
 
241
+ emptyBtn.click(reset_state, outputs=[chatbot, history, past_key_values], show_progress=True)
242
 
243
 
244
  with gr.Row():