ancerlop commited on
Commit
44f9072
β€’
1 Parent(s): 22f8675

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -144,8 +144,8 @@ def create_interface():
144
  outputs=[output_text, classification_types_checkboxes],
145
  examples=examples,
146
  allow_flagging="manual",
147
- flagging_callback=hf_writer,
148
- flagging_options=["πŸ‘", "πŸ‘Ž"]
149
  )
150
 
151
  return iface
 
144
  outputs=[output_text, classification_types_checkboxes],
145
  examples=examples,
146
  allow_flagging="manual",
147
+ flagging_options=["πŸ‘", "πŸ‘Ž"],
148
+ flagging_callback=hf_writer
149
  )
150
 
151
  return iface