ericjedha commited on
Commit
bec4aa1
Β·
verified Β·
1 Parent(s): 741248e

Update pages/3_Prediction_Prix.py

Browse files
Files changed (1) hide show
  1. pages/3_Prediction_Prix.py +8 -0
pages/3_Prediction_Prix.py CHANGED
@@ -87,6 +87,14 @@ st.set_page_config(
87
  layout="wide" # Utilise toute la largeur de la page
88
  )
89
 
 
 
 
 
 
 
 
 
90
  st.html(
91
  "<h1 style='color: #b725c8cc; font-size: 22px'>πŸš— Estimateur de Prix de Location GetAround</span>!</h1>"
92
  )
 
87
  layout="wide" # Utilise toute la largeur de la page
88
  )
89
 
90
+ with st.sidebar:
91
+ st.title("Dashboard Menu")
92
+
93
+ st.page_link("app.py", label="Accueil", icon="🏠")
94
+ st.page_link("pages/1_EDA_GetAround.py", label="EDA GetAround", icon="πŸ“ˆ")
95
+ st.page_link("pages/2_Simulateur_Seuil.py", label="Simulateur Seuil", icon="⏱️")
96
+ st.page_link("pages/3_Prediction_Prix.py", label="Prediction Prix", icon="πŸ’°")
97
+
98
  st.html(
99
  "<h1 style='color: #b725c8cc; font-size: 22px'>πŸš— Estimateur de Prix de Location GetAround</span>!</h1>"
100
  )