SamiKoen commited on
Commit
0af1a9d
·
verified ·
1 Parent(s): f9219c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -242,7 +242,7 @@ with gr.Blocks(css=demo_css, theme=theme) as demo:
242
  container=False,
243
  )
244
  with gr.Column(elem_classes="fixed_button_container"):
245
- send_button = gr.Button(value="Gönder", elem_id="send_button")
246
 
247
  state = gr.State([])
248
 
 
242
  container=False,
243
  )
244
  with gr.Column(elem_classes="fixed_button_container"):
245
+ send_button = gr.Button(value="", elem_id="send_button")
246
 
247
  state = gr.State([])
248