richds commited on
Commit
8ad885a
·
verified ·
1 Parent(s): 842cf21

Update app.py

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