Spaces:
Runtime error
Runtime error
Hemanth Sai Garladinne
commited on
Commit
·
246ffcd
1
Parent(s):
c3f8aa2
Update Usage.py
Browse files- frontend/pages/Usage.py +1 -1
frontend/pages/Usage.py
CHANGED
@@ -32,7 +32,7 @@ def usage():
|
|
32 |
|
33 |
with col1:
|
34 |
|
35 |
-
img = Image.open("images/image.png")
|
36 |
st.image(img)
|
37 |
|
38 |
st.caption("Boat sailing in the sea")
|
|
|
32 |
|
33 |
with col1:
|
34 |
|
35 |
+
img = Image.open("frontend/images/image.png")
|
36 |
st.image(img)
|
37 |
|
38 |
st.caption("Boat sailing in the sea")
|