Spaces:
Runtime error
Runtime error
Commit
·
b23a188
1
Parent(s):
579b02f
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,5 @@ 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 |
-
inline = False)
|
15 |
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 |
iface.launch()
|