Update app.py
Browse files
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="
|
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):
|