Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def apollo_page_switch():
|
|
9 |
|
10 |
def BH_page_switch():
|
11 |
switch_to_BH = st.button("Visit the page dedicated for Business hubs use case")
|
12 |
-
if
|
13 |
switch_page("Business_Hubs")
|
14 |
st.markdown(
|
15 |
"""
|
|
|
9 |
|
10 |
def BH_page_switch():
|
11 |
switch_to_BH = st.button("Visit the page dedicated for Business hubs use case")
|
12 |
+
if switch_to_BH:
|
13 |
switch_page("Business_Hubs")
|
14 |
st.markdown(
|
15 |
"""
|