ericjedha commited on
Commit
e3229a8
Β·
verified Β·
1 Parent(s): a5941d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -2,9 +2,9 @@ import streamlit as st
2
  st.image("./img/getaround.jpg")
3
 
4
  with st.sidebar:
5
- st.title("Navigation")
6
 
7
  st.page_link("app.py", label="🏠 Accueil", icon="🏠")
8
- st.page_link("pages/EDA_GetAround.py", label="πŸ“Š EDA GetAround", icon="πŸ“ˆ")
9
- st.page_link("pages/Simulateur_Seuil.py", label="βš™οΈ Simulateur Seuil", icon="⏱️")
10
- st.page_link("pages/Prediction_Prix.py", label="πŸ’° Prediction Prix", icon="πŸ’Έ")
 
2
  st.image("./img/getaround.jpg")
3
 
4
  with st.sidebar:
5
+ st.title("Dashboard Menu")
6
 
7
  st.page_link("app.py", label="🏠 Accueil", icon="🏠")
8
+ st.page_link("pages/1_EDA_GetAround.py", label="πŸ“Š EDA GetAround", icon="πŸ“ˆ")
9
+ st.page_link("pages/2_Simulateur_Seuil.py", label="βš™οΈ Simulateur Seuil", icon="⏱️")
10
+ st.page_link("pages/3_Prediction_Prix.py", label="πŸ’° Prediction Prix", icon="πŸ’Έ")