Update app.py
Browse files
app.py
CHANGED
|
@@ -437,7 +437,7 @@ def create_interface():
|
|
| 437 |
label="📝 Text to Analyse",
|
| 438 |
placeholder="Enter your text here...",
|
| 439 |
lines=20,
|
| 440 |
-
max_lines=
|
| 441 |
)
|
| 442 |
|
| 443 |
with gr.Column(scale=1):
|
|
|
|
| 437 |
label="📝 Text to Analyse",
|
| 438 |
placeholder="Enter your text here...",
|
| 439 |
lines=20,
|
| 440 |
+
max_lines=25
|
| 441 |
)
|
| 442 |
|
| 443 |
with gr.Column(scale=1):
|