CognitiveScience commited on
Commit
86c6466
·
1 Parent(s): c9b6101

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -3,6 +3,9 @@ from bs4 import BeautifulSoup
3
  import requests
4
  from acogsphere import acf
5
  from bcogsphere import bcf
 
 
 
6
  import math
7
 
8
  import sqlite3
 
3
  import requests
4
  from acogsphere import acf
5
  from bcogsphere import bcf
6
+ import ecogsphere
7
+ #from ecogsphere import ecf
8
+
9
  import math
10
 
11
  import sqlite3