CannaTech commited on
Commit
308e4c5
·
1 Parent(s): c74f2d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ iface = gr.Interface(
126
  on growing your business!""", # Article text
127
  thumbnail="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Thumbnail image URL
128
  favicon_path="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Favicon image URL
129
- allow_flagging=manual, # Enable flagging with manual control
130
  flagging_options=["Incorrect"],
131
  flagging_callback=hf_writer()
132
  )
 
126
  on growing your business!""", # Article text
127
  thumbnail="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Thumbnail image URL
128
  favicon_path="https://assets.bigcartel.com/theme_images/101321509/IMG_6002.png", # Favicon image URL
129
+ allow_flagging="manual", # Enable flagging with manual control
130
  flagging_options=["Incorrect"],
131
  flagging_callback=hf_writer()
132
  )