SharmilNK commited on
Commit
851ec11
·
verified ·
1 Parent(s): 17d4587

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -88,7 +88,7 @@ def main():
88
  with st.expander("ℹ️ About this app"):
89
  st.write("The app uses the [OpenWeatherMap API](https://openweathermap.org/api) and gives practical suggestions based on the weather and temperature (e.g., bring a jacket or umbrella).")
90
  st.markdown("---")
91
- st.image("images/weather.jpg", use_container_width=True)
92
  st.markdown("---")
93
  with st.container():
94
  st.subheader("UserName")
 
88
  with st.expander("ℹ️ About this app"):
89
  st.write("The app uses the [OpenWeatherMap API](https://openweathermap.org/api) and gives practical suggestions based on the weather and temperature (e.g., bring a jacket or umbrella).")
90
  st.markdown("---")
91
+ #st.image("images/weather.jpg", use_container_width=True)
92
  st.markdown("---")
93
  with st.container():
94
  st.subheader("UserName")