Spaces:
Runtime error
Runtime error
Commit
·
d412ea6
1
Parent(s):
e23c6f7
Update app.py
Browse files
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='
|
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)
|