Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -103,7 +103,7 @@ def dijkstra_3d(graph, start, goal):
|
|
| 103 |
|
| 104 |
# Streamlit app
|
| 105 |
def main():
|
| 106 |
-
st.title("3D Graph Dijkstra's Algorithm
|
| 107 |
|
| 108 |
st.sidebar.header("Graph Options")
|
| 109 |
G, pos = generate_graph()
|
|
|
|
| 103 |
|
| 104 |
# Streamlit app
|
| 105 |
def main():
|
| 106 |
+
st.title("3D Graph Dijkstra's Algorithm Demo")
|
| 107 |
|
| 108 |
st.sidebar.header("Graph Options")
|
| 109 |
G, pos = generate_graph()
|