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