Kanhshsh commited on
Commit
4501114
Β·
verified Β·
1 Parent(s): 2142971

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks(title="πŸ“š TheMovieProviderBot Interface") as demo:
126
  log_output = gr.Textbox(label="πŸ“œ Bot Logs", lines=15, interactive=False)
127
 
128
  # Stream terminal output
129
- run_btn.stream(live_terminal, inputs=cmd_input, outputs=terminal_output)
130
 
131
  # Start/Stop handlers
132
  def start_click():
 
126
  log_output = gr.Textbox(label="πŸ“œ Bot Logs", lines=15, interactive=False)
127
 
128
  # Stream terminal output
129
+ run_btn.click(fn=live_terminal, inputs=cmd_input, outputs=terminal_output)
130
 
131
  # Start/Stop handlers
132
  def start_click():