Spaces:
Sleeping
Sleeping
Updated error message
Browse files- apps/raster.py +2 -1
apps/raster.py
CHANGED
@@ -70,7 +70,8 @@ def app():
|
|
70 |
elif url:
|
71 |
m.add_remote_tile(url, palette=palette)
|
72 |
except Exception as e:
|
73 |
-
|
|
|
74 |
|
75 |
with row1_col1:
|
76 |
m.to_streamlit()
|
|
|
70 |
elif url:
|
71 |
m.add_remote_tile(url, palette=palette)
|
72 |
except Exception as e:
|
73 |
+
with row1_col2:
|
74 |
+
st.error("Work in progress. Try it again later.")
|
75 |
|
76 |
with row1_col1:
|
77 |
m.to_streamlit()
|