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