Update src/streamlit_app.py
Browse files- 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 |
|