Spaces:
Runtime error
Runtime error
Commit ·
cbcda9a
1
Parent(s): 3905030
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ with gr.Blocks() as app:
|
|
| 88 |
with gr.Row():
|
| 89 |
clear = gr.Button("Clear", scale=1)
|
| 90 |
send = gr.Button(
|
| 91 |
-
|
| 92 |
variant="primary",
|
| 93 |
icon="./send-message.png",
|
| 94 |
scale=1
|
|
|
|
| 88 |
with gr.Row():
|
| 89 |
clear = gr.Button("Clear", scale=1)
|
| 90 |
send = gr.Button(
|
| 91 |
+
value="",
|
| 92 |
variant="primary",
|
| 93 |
icon="./send-message.png",
|
| 94 |
scale=1
|