SamiKoen commited on
Commit
388d664
·
verified ·
1 Parent(s): c8361f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,7 +260,7 @@ with gr.Blocks(css=demo_css, theme=theme) as demo:
260
  with gr.Column(elem_classes="fixed_button_container"):
261
  send_button = gr.Button(value="Gönder", elem_id="send_button")
262
 
263
-
264
 
265
 
266
  with gr.Accordion("", open=False, visible=False):
 
260
  with gr.Column(elem_classes="fixed_button_container"):
261
  send_button = gr.Button(value="Gönder", elem_id="send_button")
262
 
263
+ state = gr.State([])
264
 
265
 
266
  with gr.Accordion("", open=False, visible=False):