Skip to content

Commit

Permalink
Merge pull request #22 from LaReserveTech/sarahlunette-patch-1
Browse files Browse the repository at this point in the history
Create streamlit.py
  • Loading branch information
ValentineBayes committed Jan 30, 2024
2 parents 9da8c7f + 01a30e0 commit d20a13c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions streamlit.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import streamlit as st
st.title('Water Tracker')

st.sidebar.radio('Indicateurs de niveaux d'eau', [":rainbow["Sècheresse"]", "Autre indicateur" , "Water Tracker:movie_camera:"])
pages = ['page1', 'page2', 'page3']

connection = connection to db / addresse de files dans S3 (dispo sous url)

if page == pages[0]:
#things to put on the page
if page == pages[1]:
#things to put on the second page
if page == pages[2]:
#things to put on the third page


0 comments on commit d20a13c

Please sign in to comment.