shukdevdatta123 commited on
Commit
cad7624
·
verified ·
1 Parent(s): e316c4c

Update app.py

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