ECUiVADE commited on
Commit
ce96d97
1 Parent(s): e31cae8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,7 +265,7 @@ with gr.Blocks() as app:
265
  with gr.Tab("Reset"):
266
  reset_button = gr.Button("Reset ChatBot Instance")
267
  reset_output = gr.Textbox(label="Reset Output", interactive=False)
268
- reset_button.click(reset_all, inputs=[], outputs=[reset_output])
269
 
270
  if __name__ == "__main__":
271
  app.launch(debug=True)
 
265
  with gr.Tab("Reset"):
266
  reset_button = gr.Button("Reset ChatBot Instance")
267
  reset_output = gr.Textbox(label="Reset Output", interactive=False)
268
+ reset_button.click(reset_all, inputs=[], outputs=[reset_output,unique_id_display])
269
 
270
  if __name__ == "__main__":
271
  app.launch(debug=True)