Spaces:
No application file
No application file
Update src/streamlit_app.py
Browse files- 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")
|