Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
·
adccece
1
Parent(s):
7c64efe
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from python_actr import *
|
|
5 |
#from cogscidighum import *
|
6 |
|
7 |
|
8 |
-
class myCelSci(
|
9 |
pass
|
10 |
|
11 |
def greet(link):
|
@@ -40,7 +40,7 @@ def greet(link):
|
|
40 |
|
41 |
celsci1=myCelSci()
|
42 |
|
43 |
-
response3= celsci1.
|
44 |
|
45 |
return response3 #result #soup.prettify()
|
46 |
|
|
|
5 |
#from cogscidighum import *
|
6 |
|
7 |
|
8 |
+
class myCelSci(Model):
|
9 |
pass
|
10 |
|
11 |
def greet(link):
|
|
|
40 |
|
41 |
celsci1=myCelSci()
|
42 |
|
43 |
+
response3= celsci1.name #celsci1.celscilist["dd"]['x']['followers'] #celsci1.fame(300) #checkfame("dd")
|
44 |
|
45 |
return response3 #result #soup.prettify()
|
46 |
|