jeffreykthomas commited on
Commit
d412ea6
·
1 Parent(s): e23c6f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ gr.Interface(decide,
101
  outputs='text',
102
  examples=examples,
103
  title="Sentiment analysis of product reviews",
104
- theme='default',
105
  description=description,
106
  allow_flagging="auto",
107
  flagging_dir='flagging records').launch(enable_queue=True, inline=False)
 
101
  outputs='text',
102
  examples=examples,
103
  title="Sentiment analysis of product reviews",
104
+ theme='gradio/monochrome',
105
  description=description,
106
  allow_flagging="auto",
107
  flagging_dir='flagging records').launch(enable_queue=True, inline=False)