Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
•
0f2fd42
1
Parent(s):
20efb75
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ import requests
|
|
5 |
from cogscidighum import *
|
6 |
|
7 |
|
8 |
-
|
9 |
-
|
10 |
|
11 |
def greet(link):
|
12 |
HEADER = {"User-Agent": 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36'}
|
@@ -38,7 +38,7 @@ def greet(link):
|
|
38 |
'''
|
39 |
#viewSoupMeta = API_Data #str(response).find("viewCount")
|
40 |
|
41 |
-
|
42 |
|
43 |
response3= Celsci.ax1 #celsci1.celscilist["dd"]['x']['followers'] #celsci1.fame(300) #checkfame("dd")
|
44 |
|
|
|
5 |
from cogscidighum import *
|
6 |
|
7 |
|
8 |
+
class myCelSci(Celsci):
|
9 |
+
pass
|
10 |
|
11 |
def greet(link):
|
12 |
HEADER = {"User-Agent": 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36'}
|
|
|
38 |
'''
|
39 |
#viewSoupMeta = API_Data #str(response).find("viewCount")
|
40 |
|
41 |
+
celsci1=myCelSci()
|
42 |
|
43 |
response3= Celsci.ax1 #celsci1.celscilist["dd"]['x']['followers'] #celsci1.fame(300) #checkfame("dd")
|
44 |
|