Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -775,8 +775,8 @@ def create_interface():
|
|
775 |
text_input = gr.Textbox(
|
776 |
label="π Text to Analyse",
|
777 |
placeholder="Enter your text here...",
|
778 |
-
lines=
|
779 |
-
max_lines=
|
780 |
)
|
781 |
|
782 |
with gr.Column(scale=1):
|
|
|
775 |
text_input = gr.Textbox(
|
776 |
label="π Text to Analyse",
|
777 |
placeholder="Enter your text here...",
|
778 |
+
lines=12,
|
779 |
+
max_lines=20
|
780 |
)
|
781 |
|
782 |
with gr.Column(scale=1):
|