Update app.py
Browse files
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("
|
| 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()))
|