vivekdhaiya commited on
Commit
7bfd974
1 Parent(s): ce2d2d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -17,6 +17,7 @@ def get_sentiment(input_text):
17
  iface = gr.Interface(fn=get_sentiment, inputs="text", outputs=['text','text'], title='Financial Sentiment Analysis',
18
  examples = [["With the launch of Apple Silicon, Apple shares are same"],
19
  ["With the launch of Apple Silicon, Apple shares have increased"],
20
- ["With the launch of Apple Silicon, Apple shares have decreased"]])
 
21
 
22
  iface.launch(inline=False)
 
17
  iface = gr.Interface(fn=get_sentiment, inputs="text", outputs=['text','text'], title='Financial Sentiment Analysis',
18
  examples = [["With the launch of Apple Silicon, Apple shares are same"],
19
  ["With the launch of Apple Silicon, Apple shares have increased"],
20
+ ["With the launch of Apple Silicon, Apple shares have decreased"]],
21
+ css='aivoyagers.css')
22
 
23
  iface.launch(inline=False)