ProfessorLeVesseur commited on
Commit
2db80b8
·
verified ·
1 Parent(s): 1e99139

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -8,9 +8,9 @@ import tempfile
8
 
9
  # Streamlit page setup
10
  st.set_page_config(page_title="ISD Mapping", layout="centered", initial_sidebar_state="collapsed")
11
- st.image('MTSS.ai_Logo.png', width=300) # Adjust path as needed
12
- st.header('Michigan MTSS Maps™ | ISDs')
13
- st.subheader('Map Generator')
14
 
15
  # CSV file upload
16
  # uploaded_file = st.file_uploader("Upload your ISD data CSV", type=["csv"])
 
8
 
9
  # Streamlit page setup
10
  st.set_page_config(page_title="ISD Mapping", layout="centered", initial_sidebar_state="collapsed")
11
+ st.image('MTSS.ai_Logo.png', width=300)
12
+ st.header('MittenTopography™ | Intermediate School Districts')
13
+ st.subheader('Map Maker')
14
 
15
  # CSV file upload
16
  # uploaded_file = st.file_uploader("Upload your ISD data CSV", type=["csv"])