FDSRashid commited on
Commit
beaa22c
·
verified ·
1 Parent(s): 5535566

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def network_visualizer(yaxis, city, fstyear,lastyr, num_nodes):
76
 
77
 
78
  net.barnes_hut(gravity=-5000, central_gravity=0.1, spring_length=200)
79
- net.show_buttons(filter_=['physics'])
80
  html = net.generate_html()
81
  html = html.replace("'", "\"")
82
 
 
76
 
77
 
78
  net.barnes_hut(gravity=-5000, central_gravity=0.1, spring_length=200)
79
+ net.show_buttons()
80
  html = net.generate_html()
81
  html = html.replace("'", "\"")
82