Bigshot commited on
Commit
12a4fbf
1 Parent(s): 5f8c4a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def use(input_text):
40
 
41
 
42
  iface = gr.Interface(fn=use,
43
- inputs=gr.Textbox(lines=7, placeholder="Type Something Awesome..."),
44
  outputs=[gr.Textbox(lines=3, placeholder="Waiting For Magic..."),"number"],
45
  title="Use RSA (Review Sentiment Analysis) v0.1.2",
46
  description="<centre>This is an NLP model that accepts a text string as input and simply outputs if the string is mean or nice with about 96.5% accuracy. It also provides you with a score of how positive or negative it is.</centre>",
 
40
 
41
 
42
  iface = gr.Interface(fn=use,
43
+ inputs=gr.Textbox(lines=8, placeholder="Type Something Awesome..."),
44
  outputs=[gr.Textbox(lines=3, placeholder="Waiting For Magic..."),"number"],
45
  title="Use RSA (Review Sentiment Analysis) v0.1.2",
46
  description="<centre>This is an NLP model that accepts a text string as input and simply outputs if the string is mean or nice with about 96.5% accuracy. It also provides you with a score of how positive or negative it is.</centre>",