radames commited on
Commit
bec7e96
·
1 Parent(s): 32169e6

remove clear

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -64,7 +64,6 @@ def generate(msg, history):
64
  with gr.Blocks() as blocks:
65
  chatbot = gr.Chatbot()
66
  msg = gr.Textbox()
67
- clear = gr.Button("Clear")
68
  responseA = gr.Textbox(label="Response A")
69
  responseB = gr.Textbox(label="Response B")
70
  rating_dummy = gr.Textbox(elem_id="rating-dummy", interactive=False, visible=False)
 
64
  with gr.Blocks() as blocks:
65
  chatbot = gr.Chatbot()
66
  msg = gr.Textbox()
 
67
  responseA = gr.Textbox(label="Response A")
68
  responseB = gr.Textbox(label="Response B")
69
  rating_dummy = gr.Textbox(elem_id="rating-dummy", interactive=False, visible=False)