Memoona648 commited on
Commit
326cc34
·
verified ·
1 Parent(s): e02a360

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("⛅ Professional 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")
 
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")