Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,8 +59,8 @@ if st.button('Plot Vertices and Meshes'):
|
|
59 |
plot_vertices_and_mesh(vertices, faces)
|
60 |
|
61 |
if st.button('Plot Convex Hull'):
|
62 |
-
points = np.array([[0, 0], [-2, 0], [-2, 2], [0, 1.5], [2, 2], [2, 0]])
|
63 |
-
plot_convex_hull(points)
|
64 |
|
65 |
if st.button('Create and Save 3D Meshes'):
|
66 |
create_3d_meshes()
|
|
|
59 |
plot_vertices_and_mesh(vertices, faces)
|
60 |
|
61 |
if st.button('Plot Convex Hull'):
|
62 |
+
points = np.array([[0, 0], [-2, 0], [-2, 2], [0, 1.5], [2, 2], [2, 0]])
|
63 |
+
plot_convex_hull(points)
|
64 |
|
65 |
if st.button('Create and Save 3D Meshes'):
|
66 |
create_3d_meshes()
|