still trying to make the leaderboard
Browse files- visualize.py +1 -0
visualize.py
CHANGED
@@ -7,3 +7,4 @@ import plotly.express as px
|
|
7 |
|
8 |
def make_visual(boundary):
|
9 |
visualization.plot_surface(boundary)
|
|
|
|
7 |
|
8 |
def make_visual(boundary):
|
9 |
visualization.plot_surface(boundary)
|
10 |
+
return
|