anasmkh commited on
Commit
6fa8435
·
verified ·
1 Parent(s): de6fa5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -77,6 +77,8 @@ def gradio_chatbot():
77
  )
78
 
79
  submit_button = gr.Button("Send")
 
 
80
 
81
  chat_history = gr.State([])
82
 
 
77
  )
78
 
79
  submit_button = gr.Button("Send")
80
+ btn_clear = gr.Button("Delete Context")
81
+
82
 
83
  chat_history = gr.State([])
84