hwajjala commited on
Commit
9c9b891
β€’
1 Parent(s): 29c69b2

Fix spelling

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -100,9 +100,9 @@ iface = gr.Interface(
100
 
101
  allow_flagging="manual",
102
  flagging_options=[
103
- ": decision hould be accept",
104
- ": decision hould be reject",
105
- ": decision hould be moderation"
106
  ],
107
  flagging_callback=hf_writer
108
  )
 
100
 
101
  allow_flagging="manual",
102
  flagging_options=[
103
+ ": decision should be accept",
104
+ ": decision should be reject",
105
+ ": decision should be moderation"
106
  ],
107
  flagging_callback=hf_writer
108
  )