File size: 420 Bytes
7d8cae7
776ad1b
 
f5dc4de
e3229a8
f5dc4de
05f2859
3843b9a
 
 
1
2
3
4
5
6
7
8
9
10
import streamlit as st
st.image("./img/getaround.jpg")

with st.sidebar:
    st.title("Dashboard Menu")
    
    st.page_link("app.py", label="Accueil", icon="🏠")
    st.page_link("pages/1_EDA_GetAround.py", label="EDA GetAround", icon="📈")
    st.page_link("pages/2_Simulateur_Seuil.py", label="Simulateur Seuil", icon="⏱️")
    st.page_link("pages/3_Prediction_Prix.py", label="Prediction Prix", icon="💰")