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