Spaces:
Runtime error
Runtime error
Commit
·
73cf8c1
1
Parent(s):
28026f6
update stop
Browse files
app.py
CHANGED
|
@@ -680,7 +680,7 @@ with gr.Blocks() as demo:
|
|
| 680 |
placeholder = "Input Your Question",
|
| 681 |
show_label = False,
|
| 682 |
)
|
| 683 |
-
submit_button = gr.Button("
|
| 684 |
|
| 685 |
|
| 686 |
with gr.Row():
|
|
|
|
| 680 |
placeholder = "Input Your Question",
|
| 681 |
show_label = False,
|
| 682 |
)
|
| 683 |
+
submit_button = gr.Button("STOP", variant='stop')
|
| 684 |
|
| 685 |
|
| 686 |
with gr.Row():
|