ArceusInception commited on
Commit
d02cede
·
verified ·
1 Parent(s): b72ccd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ iface = gr.Interface(
29
  fn=get_weather,
30
  inputs=gr.Textbox(label="Enter City Name", placeholder="Type here..."),
31
  outputs=gr.Textbox(label="Weather Update"),
32
- title="Weather App",
33
  description="Enter a city name to get a lively description of the current weather, temperature, and humidity."
34
  )
35
 
 
29
  fn=get_weather,
30
  inputs=gr.Textbox(label="Enter City Name", placeholder="Type here..."),
31
  outputs=gr.Textbox(label="Weather Update"),
32
+ title="WeatherAssistantApp",
33
  description="Enter a city name to get a lively description of the current weather, temperature, and humidity."
34
  )
35