SorrelC commited on
Commit
8b00025
·
verified ·
1 Parent(s): 5b41bf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=20,
520
- max_lines=23
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):