delarosajav95 commited on
Commit
b7594f9
·
verified ·
1 Parent(s): 5696449

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- allow_flagging="never",
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