vivekdhaiya commited on
Commit
70f1541
1 Parent(s): 48f0c95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,6 +18,6 @@ iface = gr.Interface(fn=get_sentiment, inputs="text", outputs=['text','text'], t
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
- theme ='darkhuggingface')
22
 
23
  iface.launch(inline=False)
 
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
+ theme ='darkpeach')
22
 
23
  iface.launch(inline=False)