Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
•
a9c3095
1
Parent(s):
ba3dad1
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import requests
|
|
4 |
from python_actr import *
|
5 |
#from python_actr import Celsci
|
6 |
|
7 |
-
class myCelSci(
|
8 |
pass
|
9 |
|
10 |
def greet(link):
|
@@ -37,7 +37,7 @@ def greet(link):
|
|
37 |
'''
|
38 |
#viewSoupMeta = API_Data #str(response).find("viewCount")
|
39 |
celsci1=myCelSci()
|
40 |
-
response3= celsci1.celscilist["dd"]['x']['followers'] #checkfame("dd")
|
41 |
|
42 |
return response3 #result #soup.prettify()
|
43 |
|
|
|
4 |
from python_actr import *
|
5 |
#from python_actr import Celsci
|
6 |
|
7 |
+
class myCelSci(Model):
|
8 |
pass
|
9 |
|
10 |
def greet(link):
|
|
|
37 |
'''
|
38 |
#viewSoupMeta = API_Data #str(response).find("viewCount")
|
39 |
celsci1=myCelSci()
|
40 |
+
response3= celsci1.name #celsci1.celscilist["dd"]['x']['followers'] #checkfame("dd")
|
41 |
|
42 |
return response3 #result #soup.prettify()
|
43 |
|