peterkros commited on
Commit
6767484
·
1 Parent(s): b9d6dc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ iface = gr.Interface(
246
  description=markdown_text,
247
  article=html_table,
248
  allow_flagging="manual", # Enables flagging
249
- flagging_options=["Incorect Level1", "Incorect Level2", "Other"],
250
  flagging_callback=hf_writer,
251
 
252
  )
 
246
  description=markdown_text,
247
  article=html_table,
248
  allow_flagging="manual", # Enables flagging
249
+ flagging_options=["Incorect Level1", "Incorect Level2"],
250
  flagging_callback=hf_writer,
251
 
252
  )