ka1kuk commited on
Commit
03a68e7
1 Parent(s): 464d0c9

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -37,7 +37,8 @@ iface = gr.Interface(
37
  inputs=[gr.Textbox(label="Location (e.g., 'San Francisco, CA')"), gr.Radio(choices=["celsius", "fahrenheit"], label="Unit")],
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
  iface.launch()
 
37
  inputs=[gr.Textbox(label="Location (e.g., 'San Francisco, CA')"), gr.Radio(choices=["celsius", "fahrenheit"], label="Unit")],
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()