Skip to content
Snippets Groups Projects
Commit d9f3b203 authored by Nicolas Barthes's avatar Nicolas Barthes
Browse files

reformated home page

parent 840c4073
No related branches found
No related tags found
No related merge requests found
.idea/
GUI_Pinard.iml
__pycache__/
src/data/models/
src/data/predictions/
src/data/sample_selections/
src/data/models/*
src/data/predictions/*
src/data/sample_selections/*
src/Report/*.pdf
src/Report/*.tex
src/Report/figures/
\ No newline at end of file
......@@ -20,13 +20,12 @@ st.markdown(bandeau_html, unsafe_allow_html=True)
show_pages(
[Page("app.py", "Home"),
Page("pages\\1-samples_selection.py", "Samples Selection"),
Page("pages\\2-model_creation.py", "Models Creation"),
Page("pages\\3-prediction.py", "Predictions"),
Page("pages\\2-model_creation.py", "Models Creation & Predictions"),
]
)
hide_pages("Samples Selection")
hide_pages("Models Creation")
hide_pages("Predictions")
# hide_pages("Samples Selection")
# hide_pages("Models Creation")
# hide_pages("Predictions")
with st.sidebar:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment