DrishtiSharma commited on
Commit
bf1ed1a
1 Parent(s): d11c05f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ example_sentence_1 = "I hate the movie, they made no effort in making the movie.
23
  example_sentence_2 = "Awesome movie! Loved the way in which the hero acted."
24
  examples = [[example_sentence_1], [example_sentence_2]]
25
 
26
- description = "Write out a movie review to know the sentiment."
27
 
28
  gr.Interface(decide, inputs= gr.inputs.Textbox( lines=1, placeholder=None, default="", label=None), outputs='text', examples=examples,
29
  title="Sentiment analysis of movie reviews",description=description, allow_flagging="auto",
 
23
  example_sentence_2 = "Awesome movie! Loved the way in which the hero acted."
24
  examples = [[example_sentence_1], [example_sentence_2]]
25
 
26
+ description = "Write out a movie review to know the underlying sentiment."
27
 
28
  gr.Interface(decide, inputs= gr.inputs.Textbox( lines=1, placeholder=None, default="", label=None), outputs='text', examples=examples,
29
  title="Sentiment analysis of movie reviews",description=description, allow_flagging="auto",