awacke1 commited on
Commit
fdefbdd
·
1 Parent(s): 10a2a9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -79,7 +79,8 @@ def app():
79
  layer.get_radius = st.slider("Radius", 10, 100, 50)
80
 
81
  # Add the updated Pydeck layer to the map
82
- st.pydeck_chart(pdk.Deck(layers=[layer], initial_view_state=view_state))
 
83
 
84
  # Add the Three.js canvas to the Streamlit app
85
  st.components.v1.html(html_template, height=500)
 
79
  layer.get_radius = st.slider("Radius", 10, 100, 50)
80
 
81
  # Add the updated Pydeck layer to the map
82
+ #st.pydeck_chart(pdk.Deck(layers=[layer], initial_view_state=view_state))
83
+ st.pydeck_chart(pdk.Deck(layers=[layer]))
84
 
85
  # Add the Three.js canvas to the Streamlit app
86
  st.components.v1.html(html_template, height=500)