Spaces:
Runtime error
Runtime error
Commit
·
e72c106
1
Parent(s):
cfde77c
Removed 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 |
-
|
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 |
+
description=description,
|
105 |
allow_flagging="auto",
|
106 |
flagging_dir='flagging records').launch(enable_queue=True, inline=False)
|