Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ mode = st.sidebar.radio("Choose Theme", ["Light", "Dark"])
|
|
| 17 |
if mode == "Dark":
|
| 18 |
st.markdown('<style>body {background-color: #0e1117; color: white;}</style>', unsafe_allow_html=True)
|
| 19 |
|
| 20 |
-
st.title("⛅
|
| 21 |
st.markdown("Enter a city name to get current weather and a 5-day forecast")
|
| 22 |
|
| 23 |
city = st.text_input("🌍 Enter city name", "London")
|
|
|
|
| 17 |
if mode == "Dark":
|
| 18 |
st.markdown('<style>body {background-color: #0e1117; color: white;}</style>', unsafe_allow_html=True)
|
| 19 |
|
| 20 |
+
st.title("⛅ Weather Forecasting App")
|
| 21 |
st.markdown("Enter a city name to get current weather and a 5-day forecast")
|
| 22 |
|
| 23 |
city = st.text_input("🌍 Enter city name", "London")
|