Spaces:
Runtime error
Runtime error
Hemanth Sai Garladinne
commited on
Commit
·
cfca180
1
Parent(s):
275e0a3
Update Usage.py
Browse files- frontend/pages/Usage.py +2 -2
frontend/pages/Usage.py
CHANGED
|
@@ -31,7 +31,7 @@ def usage():
|
|
| 31 |
|
| 32 |
with col1:
|
| 33 |
|
| 34 |
-
st.image("/assets/image.png")
|
| 35 |
|
| 36 |
st.caption("Boat sailing in the sea")
|
| 37 |
|
|
@@ -65,4 +65,4 @@ if 'access_token' not in st.session_state:
|
|
| 65 |
st.session_state.runpage = auth_page
|
| 66 |
else:
|
| 67 |
st.session_state.runpage = usage
|
| 68 |
-
st.session_state.runpage()
|
|
|
|
| 31 |
|
| 32 |
with col1:
|
| 33 |
|
| 34 |
+
st.image("/frontend/assets/image.png")
|
| 35 |
|
| 36 |
st.caption("Boat sailing in the sea")
|
| 37 |
|
|
|
|
| 65 |
st.session_state.runpage = auth_page
|
| 66 |
else:
|
| 67 |
st.session_state.runpage = usage
|
| 68 |
+
st.session_state.runpage()
|