Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -94,8 +94,8 @@ st.markdown("""
|
|
94 |
|
95 |
|
96 |
""",unsafe_allow_html=True)
|
|
|
97 |
|
98 |
-
apollo_page_switch()
|
99 |
st.markdown("-----------------------------------------------------")
|
100 |
|
101 |
|
@@ -155,7 +155,7 @@ st.markdown("""
|
|
155 |
</ul>
|
156 |
""", unsafe_allow_html=True)
|
157 |
|
158 |
-
|
159 |
|
160 |
logo_url = "https://i.imgur.com/WYnv26e.jpeg" # Replace this with your image's direct URL
|
161 |
st.markdown(
|
|
|
94 |
|
95 |
|
96 |
""",unsafe_allow_html=True)
|
97 |
+
BH_page_switch()
|
98 |
|
|
|
99 |
st.markdown("-----------------------------------------------------")
|
100 |
|
101 |
|
|
|
155 |
</ul>
|
156 |
""", unsafe_allow_html=True)
|
157 |
|
158 |
+
apollo_page_switch()
|
159 |
|
160 |
logo_url = "https://i.imgur.com/WYnv26e.jpeg" # Replace this with your image's direct URL
|
161 |
st.markdown(
|