Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import networkx as nx
|
|
| 5 |
import numpy as np
|
| 6 |
from operator import itemgetter
|
| 7 |
import math # Import the math module
|
| 8 |
-
|
| 9 |
|
| 10 |
# Sidebar for selecting an option
|
| 11 |
sidebar_option = st.sidebar.radio("Select an option",
|
|
|
|
| 5 |
import numpy as np
|
| 6 |
from operator import itemgetter
|
| 7 |
import math # Import the math module
|
| 8 |
+
|
| 9 |
|
| 10 |
# Sidebar for selecting an option
|
| 11 |
sidebar_option = st.sidebar.radio("Select an option",
|