SorrelC commited on
Commit
a248152
Β·
verified Β·
1 Parent(s): f886e5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -775,8 +775,8 @@ def create_interface():
775
  text_input = gr.Textbox(
776
  label="πŸ“ Text to Analyse",
777
  placeholder="Enter your text here...",
778
- lines=6,
779
- max_lines=10
780
  )
781
 
782
  with gr.Column(scale=1):
 
775
  text_input = gr.Textbox(
776
  label="πŸ“ Text to Analyse",
777
  placeholder="Enter your text here...",
778
+ lines=12,
779
+ max_lines=20
780
  )
781
 
782
  with gr.Column(scale=1):