SorrelC commited on
Commit
e9e829d
·
verified ·
1 Parent(s): f1e6f85

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=20,
440
- max_lines=23
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):