Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -249,11 +249,10 @@ def build_interface():
|
|
| 249 |
fig_predictions = gr.Plot()
|
| 250 |
with gr.Tab("📋 Logs"):
|
| 251 |
log_output = gr.Textbox(
|
| 252 |
-
|
| 253 |
-
|
| 254 |
-
|
| 255 |
-
|
| 256 |
-
)
|
| 257 |
|
| 258 |
btn.click(
|
| 259 |
fn=run_pipeline,
|
|
|
|
| 249 |
fig_predictions = gr.Plot()
|
| 250 |
with gr.Tab("📋 Logs"):
|
| 251 |
log_output = gr.Textbox(
|
| 252 |
+
label="",
|
| 253 |
+
lines=28,
|
| 254 |
+
max_lines=60,
|
| 255 |
+
)
|
|
|
|
| 256 |
|
| 257 |
btn.click(
|
| 258 |
fn=run_pipeline,
|