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