Update src/streamlit_app.py
Browse files- src/streamlit_app.py +4 -1
src/streamlit_app.py
CHANGED
|
@@ -256,4 +256,7 @@ else:
|
|
| 256 |
st.info("Please upload an image to classify.")
|
| 257 |
|
| 258 |
st.markdown("---")
|
| 259 |
-
st.markdown("Developed as part of the Personalized Weather Intelligence project.")
|
|
|
|
|
|
|
|
|
|
|
|
| 256 |
st.info("Please upload an image to classify.")
|
| 257 |
|
| 258 |
st.markdown("---")
|
| 259 |
+
st.markdown("Developed as part of the Personalized Weather Intelligence project.")
|
| 260 |
+
|
| 261 |
+
print("Current working directory:", os.getcwd())
|
| 262 |
+
print("Files in current directory:", os.listdir())
|