shukdevdatta123 commited on
Commit
ea3a6c3
·
verified ·
1 Parent(s): d04c5d3

Update app.py

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