Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -785,7 +785,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="orange"),
|
|
| 785 |
output_analysis = gr.Textbox(
|
| 786 |
label="π ει‘εζ",
|
| 787 |
interactive=False,
|
| 788 |
-
lines=
|
| 789 |
visible=True,
|
| 790 |
)
|
| 791 |
output_result = gr.Markdown(
|
|
|
|
| 785 |
output_analysis = gr.Textbox(
|
| 786 |
label="π ει‘εζ",
|
| 787 |
interactive=False,
|
| 788 |
+
lines=5,
|
| 789 |
visible=True,
|
| 790 |
)
|
| 791 |
output_result = gr.Markdown(
|