gmedin commited on
Commit
f3f00aa
·
verified ·
1 Parent(s): c1b701a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def dynamic_visualize_graph(graph, start_node, layers=3, top_k=5):
64
 
65
 
66
  # Streamlit interface
67
- st.title("Interactive Graph Expansion with Tooltips")
68
 
69
  # Load the graph
70
  G = load_graph()
 
64
 
65
 
66
  # Streamlit interface
67
+ st.title("Popular Path Expander")
68
 
69
  # Load the graph
70
  G = load_graph()