Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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 |
|