Spaces:
Runtime error
Runtime error
Commit
·
ae3a835
1
Parent(s):
abd0fe9
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def greet(link):
|
|
36 |
'''
|
37 |
#viewSoupMeta = API_Data #str(response).find("viewCount")
|
38 |
celsci1=myCelSci()
|
39 |
-
response3= celsci1.celscilist["dd"]['x']['followers'] #checkfame("dd")
|
40 |
|
41 |
return response3 #result #soup.prettify()
|
42 |
|
|
|
36 |
'''
|
37 |
#viewSoupMeta = API_Data #str(response).find("viewCount")
|
38 |
celsci1=myCelSci()
|
39 |
+
response3= celsci1.name #celscilist["dd"]['x']['followers'] #checkfame("dd")
|
40 |
|
41 |
return response3 #result #soup.prettify()
|
42 |
|