SarahMarzouq commited on
Commit
e47a513
·
verified ·
1 Parent(s): 96da240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ ex = [
25
 
26
  intrface = gr.Interface(
27
  fn=classification_fun,
28
- inputs=gr.Textbox(label="Enter Your Sentence"),
29
  outputs=gr.Textbox(label="predicted sentiment"),
30
  examples=ex,
31
  css=custom_css
 
25
 
26
  intrface = gr.Interface(
27
  fn=classification_fun,
28
+ inputs=gr.Textbox(label="Enter Your Sentence", lines=10),
29
  outputs=gr.Textbox(label="predicted sentiment"),
30
  examples=ex,
31
  css=custom_css