SamiKoen commited on
Commit
e986ed0
·
verified ·
1 Parent(s): b6181bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ with gr.Blocks(css=demo_css, theme=theme) as demo:
156
  show_label=False,
157
  container=True
158
  )
159
- send_button = gr.Button(value="✈", elem_id="send_button")
160
 
161
  state = gr.State([])
162
  with gr.Accordion("", open=False, visible=False):
 
156
  show_label=False,
157
  container=True
158
  )
159
+ send_button = gr.Button(value="", elem_id="send_button")
160
 
161
  state = gr.State([])
162
  with gr.Accordion("", open=False, visible=False):