Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -302,7 +302,7 @@ with gr.Blocks(title="Grokflow — AI App Builder") as demo:
|
|
| 302 |
|
| 303 |
# Output
|
| 304 |
with gr.Row(visible=False) as row_output:
|
| 305 |
-
b_output = gr.Textbox(label="Output", lines=
|
| 306 |
|
| 307 |
block_rows.append({
|
| 308 |
"group": grp,
|
|
|
|
| 302 |
|
| 303 |
# Output
|
| 304 |
with gr.Row(visible=False) as row_output:
|
| 305 |
+
b_output = gr.Textbox(label="Output", lines=10, max_lines=10, interactive=False, elem_classes=["output-box"], autoscroll=True)
|
| 306 |
|
| 307 |
block_rows.append({
|
| 308 |
"group": grp,
|