Spaces:
Runtime error
Runtime error
Commit
·
cfde77c
1
Parent(s):
f3557eb
Update theme
Browse files
app.py
CHANGED
@@ -101,6 +101,6 @@ gr.Interface(decide,
|
|
101 |
outputs='text',
|
102 |
examples=examples,
|
103 |
title="Sentiment analysis of product reviews",
|
104 |
-
theme="
|
105 |
allow_flagging="auto",
|
106 |
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", description=description,
|
105 |
allow_flagging="auto",
|
106 |
flagging_dir='flagging records').launch(enable_queue=True, inline=False)
|