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