giswqs commited on
Commit
312c2dc
·
1 Parent(s): 69231f2

Updated error message

Browse files
Files changed (1) hide show
  1. 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
- st.error("Something well wrong. ")
 
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()