ysharma HF staff commited on
Commit
23061e4
1 Parent(s): ae3fb32

update button label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks(css="""#col_container {margin-left: auto; margin-right: auto;}
61
  with gr.Column(scale=1):
62
  b1 = gr.Button('🏃Run', elem_id = 'run').style(full_width=True)
63
  with gr.Column(scale=1):
64
- b2 = gr.Button('🔄Clear up Chatbots!', elem_id = 'clear').style(full_width=True)
65
  state_glm = gr.State([])
66
 
67
  with gr.Box():
 
61
  with gr.Column(scale=1):
62
  b1 = gr.Button('🏃Run', elem_id = 'run').style(full_width=True)
63
  with gr.Column(scale=1):
64
+ b2 = gr.Button('🔄Clear the Chatbot!', elem_id = 'clear').style(full_width=True)
65
  state_glm = gr.State([])
66
 
67
  with gr.Box():