SorrelC commited on
Commit
921d2bd
·
verified ·
1 Parent(s): 8c36eb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=12,
440
- max_lines=20
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=20,
440
+ max_lines=30
441
  )
442
 
443
  with gr.Column(scale=1):