Update main.py
Browse files
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 |
-
|
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()
|