Update app.py
Browse files
app.py
CHANGED
|
@@ -516,8 +516,8 @@ def create_interface():
|
|
| 516 |
text_input = gr.Textbox(
|
| 517 |
label="📝 Text to Analyse",
|
| 518 |
placeholder="Enter your text here...",
|
| 519 |
-
lines=
|
| 520 |
-
max_lines=
|
| 521 |
)
|
| 522 |
|
| 523 |
with gr.Column(scale=1):
|
|
|
|
| 516 |
text_input = gr.Textbox(
|
| 517 |
label="📝 Text to Analyse",
|
| 518 |
placeholder="Enter your text here...",
|
| 519 |
+
lines=18,
|
| 520 |
+
max_lines=20
|
| 521 |
)
|
| 522 |
|
| 523 |
with gr.Column(scale=1):
|