Simp4me commited on
Commit
1f9eb35
·
verified ·
1 Parent(s): 5b7e89a

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -6,7 +6,7 @@ from PIL import Image
6
 
7
 
8
 
9
- st.image("RezbinLogo.jpg", width=150)
10
  st.title("Rezbin AI 📷")
11
  st.write("Upload an image of your waste before throwing it.")
12
 
 
6
 
7
 
8
 
9
+ st.image("src/RezbinLogo.jpg", width=150)
10
  st.title("Rezbin AI 📷")
11
  st.write("Upload an image of your waste before throwing it.")
12