yixinsong commited on
Commit
70c53ba
Β·
1 Parent(s): 25976f2
Files changed (1) hide show
  1. app.py +1 -1
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", interactive=False)
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(