Spaces:
Sleeping
Sleeping
Update new_app.py
Browse files- new_app.py +2 -1
new_app.py
CHANGED
|
@@ -53,7 +53,8 @@ col1, col2 = st.columns(2)
|
|
| 53 |
with col1:
|
| 54 |
_, col = st.columns(2)
|
| 55 |
with col:
|
| 56 |
-
st.header('Overpass
|
|
|
|
| 57 |
with col2:
|
| 58 |
_, col, _ = st.columns(3)
|
| 59 |
with col:
|
|
|
|
| 53 |
with col1:
|
| 54 |
_, col = st.columns(2)
|
| 55 |
with col:
|
| 56 |
+
st.header('Overpass Detector')
|
| 57 |
+
st.caption("This page runs a trained machine learning model to detect road overpasses in satellite imagery.")
|
| 58 |
with col2:
|
| 59 |
_, col, _ = st.columns(3)
|
| 60 |
with col:
|