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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.