Spaces:
Running
Running
Update app.py
Browse files
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.
|
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():
|