Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
| 6 |
|
| 7 |
st.page_link("app.py", label="π Accueil", icon="π ")
|
| 8 |
-
st.page_link("pages/
|
| 9 |
-
st.page_link("pages/
|
| 10 |
-
st.page_link("pages/
|
|
|
|
| 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="πΈ")
|