Ignahugging commited on
Commit
8c08f6c
1 Parent(s): d59c1ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -10,6 +10,5 @@ def get_sentiment(input_text):
10
  iface = gr.Interface(fn=get_sentiment,
11
  inputs="text",
12
  outputs=["text"],
13
- title="Sentiment Analysis",
14
- theme='dark')
15
  iface.launch(inline=False)
 
10
  iface = gr.Interface(fn=get_sentiment,
11
  inputs="text",
12
  outputs=["text"],
13
+ title="Sentiment Analysis")
 
14
  iface.launch(inline=False)