MohanadAfiffy commited on
Commit
5ec1b51
·
verified ·
1 Parent(s): 816b921

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("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("Business_Hubs")
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>