Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -85,6 +85,6 @@ st.pydeck_chart(pdk.Deck(layers=[layer], initial_view_state=view_state))
|
|
85 |
st.components.v1.html(html_template, height=500)
|
86 |
|
87 |
if name == "main":
|
88 |
-
app()
|
89 |
|
90 |
# This app has a Pydeck map that displays a scatterplot layer by default, and it allows the user to switch between HexagonLayer, HeatmapLayer, and ScatterplotLayer using a dropdown menu. The user can also adjust the properties of the selected layer using sliders and color pickers. Finally, the app displays a Three.js canvas that rotates a green cube.
|
|
|
85 |
st.components.v1.html(html_template, height=500)
|
86 |
|
87 |
if name == "main":
|
88 |
+
app()
|
89 |
|
90 |
# This app has a Pydeck map that displays a scatterplot layer by default, and it allows the user to switch between HexagonLayer, HeatmapLayer, and ScatterplotLayer using a dropdown menu. The user can also adjust the properties of the selected layer using sliders and color pickers. Finally, the app displays a Three.js canvas that rotates a green cube.
|