Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ iface = gr.Interface(
|
|
26 |
outputs=output_box,
|
27 |
live=True,
|
28 |
title="Sentiment Analysis for User Opinions & Feedback",
|
29 |
-
|
30 |
)
|
31 |
|
32 |
# Launch the interface
|
|
|
26 |
outputs=output_box,
|
27 |
live=True,
|
28 |
title="Sentiment Analysis for User Opinions & Feedback",
|
29 |
+
flagging_mode="never",
|
30 |
)
|
31 |
|
32 |
# Launch the interface
|