Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|