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

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 ='darkpeach')
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 ='HaleyCH/HaleyCH_Theme')
22
 
23
  iface.launch(inline=False)