Spaces:
Sleeping
Sleeping
syx
commited on
Commit
Β·
70c53ba
1
Parent(s):
25976f2
minor
Browse files
app.py
CHANGED
|
@@ -178,7 +178,7 @@ def main():
|
|
| 178 |
with gr.Row():
|
| 179 |
clear_history = gr.Button("π§Ή Clear History")
|
| 180 |
submit = gr.Button("π Send")
|
| 181 |
-
stop_btn = gr.Button("π Stop"
|
| 182 |
|
| 183 |
# Chain of events for submit button
|
| 184 |
submit_event = submit.click(
|
|
|
|
| 178 |
with gr.Row():
|
| 179 |
clear_history = gr.Button("π§Ή Clear History")
|
| 180 |
submit = gr.Button("π Send")
|
| 181 |
+
stop_btn = gr.Button("π Stop")
|
| 182 |
|
| 183 |
# Chain of events for submit button
|
| 184 |
submit_event = submit.click(
|