Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -383,7 +383,7 @@ with gr.Blocks() as demo:
|
|
| 383 |
(os.path.join(os.path.dirname(__file__), "autogen.png")),
|
| 384 |
),
|
| 385 |
render=False,
|
| 386 |
-
height=
|
| 387 |
)
|
| 388 |
|
| 389 |
txt_input = gr.Textbox(
|
|
|
|
| 383 |
(os.path.join(os.path.dirname(__file__), "autogen.png")),
|
| 384 |
),
|
| 385 |
render=False,
|
| 386 |
+
height=600,
|
| 387 |
)
|
| 388 |
|
| 389 |
txt_input = gr.Textbox(
|