Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,12 +3,12 @@ from streamlit_extras.switch_page_button import switch_page
|
|
3 |
def apollo_page_switch():
|
4 |
switch_to_apollo = st.button("Visit the page for Apollo extract input")
|
5 |
if switch_to_apollo:
|
6 |
-
switch_page("
|
7 |
|
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>
|
|
|
3 |
def apollo_page_switch():
|
4 |
switch_to_apollo = st.button("Visit the page for Apollo extract input")
|
5 |
if switch_to_apollo:
|
6 |
+
switch_page("pages_Apollo_Extract")
|
7 |
|
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_Hub")
|
12 |
st.markdown(
|
13 |
"""
|
14 |
<style>
|