Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
•
2a9c7e7
1
Parent(s):
c9cf5e1
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def greet(link):
|
|
41 |
celsci1=Celsci()
|
42 |
|
43 |
|
44 |
-
response3= celsci1.celscilist["dd"]['x']['followers'] #celsci1.fame(300) #checkfame("dd")
|
45 |
|
46 |
return response3 #result #soup.prettify()
|
47 |
|
|
|
41 |
celsci1=Celsci()
|
42 |
|
43 |
|
44 |
+
response3= checkfame("dd") #celsci1.celscilist["dd"]['x']['followers'] #celsci1.fame(300) #checkfame("dd")
|
45 |
|
46 |
return response3 #result #soup.prettify()
|
47 |
|