shukdevdatta123 commited on
Commit
e5dabf3
·
verified ·
1 Parent(s): 5b842f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ st.sidebar.markdown("""
16
  """)
17
 
18
  # Sidebar for selecting an option
19
- sidebar_option = st.sidebar.radio("Select an option",
20
  ["Introductory Tutorial", "Basic: Properties",
21
  "Basic: Read and write graphs", "Basic: Simple graph",
22
  "Basic: Simple graph Directed", "Drawing: Custom Node Position",
 
16
  """)
17
 
18
  # Sidebar for selecting an option
19
+ sidebar_option = st.sidebar.radio("Select Tutorial",
20
  ["Introductory Tutorial", "Basic: Properties",
21
  "Basic: Read and write graphs", "Basic: Simple graph",
22
  "Basic: Simple graph Directed", "Drawing: Custom Node Position",