Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ import tempfile
|
|
| 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™ |
|
| 13 |
st.subheader('Map Maker')
|
| 14 |
|
| 15 |
# CSV file upload
|
|
|
|
| 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™ | ISDs')
|
| 13 |
st.subheader('Map Maker')
|
| 14 |
|
| 15 |
# CSV file upload
|