Spaces:
Runtime error
Runtime error
Commit
·
202711b
1
Parent(s):
9dd9c4a
Update app.py
Browse files
app.py
CHANGED
@@ -89,4 +89,4 @@ gr.Interface(decide,
|
|
89 |
title="Sentiment analysis of product reviews",
|
90 |
theme="grass", description=description,
|
91 |
allow_flagging="auto",
|
92 |
-
flagging_dir='flagging records').launch(enable_queue=True, inline=False
|
|
|
89 |
title="Sentiment analysis of product reviews",
|
90 |
theme="grass", description=description,
|
91 |
allow_flagging="auto",
|
92 |
+
flagging_dir='flagging records').launch(enable_queue=True, inline=False)
|