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