peterkros commited on
Commit
444f952
·
1 Parent(s): 35749ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ iface = gr.Interface(
34
  outputs=gr.components.Textbox(label="Classification Output"),
35
  title="COFOG Level 1 Classification",
36
  description=markdown_text,
37
- enable_flagging="auto" # Enables flagging
38
  )
39
 
40
  # Run the interface
 
34
  outputs=gr.components.Textbox(label="Classification Output"),
35
  title="COFOG Level 1 Classification",
36
  description=markdown_text,
37
+ allow_flagging="auto" # Enables flagging
38
  )
39
 
40
  # Run the interface