gmedin commited on
Commit
13ffb43
·
verified ·
1 Parent(s): c3c6baa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ def dynamic_visualize_graph(graph, start_node, layers=3, top_k=5, show_titles=Fa
109
  st.components.v1.html(html_content, height=600, scrolling=False)
110
 
111
 
112
- st.title("Interactive Graph Expansion with Toggle for Content Titles")
113
 
114
  # Brand Selection
115
  selected_brand = st.selectbox("Select a brand:", options=list(BRAND_GRAPHS.keys()))
 
109
  st.components.v1.html(html_content, height=600, scrolling=False)
110
 
111
 
112
+ st.title("Popular Path Expansion")
113
 
114
  # Brand Selection
115
  selected_brand = st.selectbox("Select a brand:", options=list(BRAND_GRAPHS.keys()))