Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ sidebar_option = st.sidebar.radio("Select an option",
|
|
10 |
"Basic: Read and write graphs", "Basic: Simple graph",
|
11 |
"Basic: Simple graph Directed", "Drawing: Custom Node Position",
|
12 |
"Drawing: Cluster Layout", "Drawing: Degree Analysis",
|
13 |
-
"Drawing: Ego Graph"])
|
14 |
|
15 |
# Helper function to draw and display graph
|
16 |
def draw_graph(G, pos=None, title="Graph Visualization"):
|
|
|
10 |
"Basic: Read and write graphs", "Basic: Simple graph",
|
11 |
"Basic: Simple graph Directed", "Drawing: Custom Node Position",
|
12 |
"Drawing: Cluster Layout", "Drawing: Degree Analysis",
|
13 |
+
"Drawing: Ego Graph", "Drawing: Eigenvalues"])
|
14 |
|
15 |
# Helper function to draw and display graph
|
16 |
def draw_graph(G, pos=None, title="Graph Visualization"):
|