mubaraknumann commited on
Commit
8362d0b
·
verified ·
1 Parent(s): 41b22c5

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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())