ka1kuk commited on
Commit
4f7c60f
·
verified ·
1 Parent(s): 03a68e7

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -38,7 +38,7 @@ iface = gr.Interface(
38
  outputs=gr.Text(label="Weather Information"),
39
  title="Weather Information",
40
  description="Enter a location and select the unit to get the current weather.",
41
- enable_flagging=False
42
  )
43
 
44
  iface.launch()
 
38
  outputs=gr.Text(label="Weather Information"),
39
  title="Weather Information",
40
  description="Enter a location and select the unit to get the current weather.",
41
+ allow_flagging="never"
42
  )
43
 
44
  iface.launch()