Zeel commited on
Commit
ebfd724
·
1 Parent(s): 16a9a7b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ if "df" in st.session_state:
246
  m = leaf_folium.Map()
247
  m.add_layer(layer)
248
  m.add_gdf(selected_shape, layer_name="Selected Geometry")
249
- colors = ["#FFFFFF", "#000000"]
250
  m.add_colorbar(colors, vmin=0, vmax=1)
251
  st.write(f"{imagery} - {date}")
252
  m.to_streamlit()
 
246
  m = leaf_folium.Map()
247
  m.add_layer(layer)
248
  m.add_gdf(selected_shape, layer_name="Selected Geometry")
249
+ colors = ["#000000", "#FFFFFF"]
250
  m.add_colorbar(colors, vmin=0, vmax=1)
251
  st.write(f"{imagery} - {date}")
252
  m.to_streamlit()