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