Aditya757864 commited on
Commit
579b02f
·
1 Parent(s): e53a88e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -10,5 +10,6 @@ iface = gr.Interface(fn = get_sentiment,
10
  examples = ['The movie was very bad', 'Every day is a new opportunity.'],
11
  article = 'This project is for software engineering with team members Aditya Jadhav, Sujal Kuthe, Sujal Wakalkar, and Adesh Ingle. We developed a web application for sentiment analysis that takes text data as input and classifies whether it is positive or negative.',
12
  thumbnail = '/content/sentiment-analysis.png',
13
- theme = gr.themes.Soft())
 
14
  iface.launch()
 
10
  examples = ['The movie was very bad', 'Every day is a new opportunity.'],
11
  article = 'This project is for software engineering with team members Aditya Jadhav, Sujal Kuthe, Sujal Wakalkar, and Adesh Ingle. We developed a web application for sentiment analysis that takes text data as input and classifies whether it is positive or negative.',
12
  thumbnail = '/content/sentiment-analysis.png',
13
+ theme = gr.themes.Soft(),
14
+ inline = False)
15
  iface.launch()