Spaces:
Runtime error
Runtime error
Commit
·
93561e6
1
Parent(s):
39a18ee
Update app.py
Browse files
app.py
CHANGED
@@ -38,13 +38,9 @@ def greet(link):
|
|
38 |
'''
|
39 |
#viewSoupMeta = API_Data #str(response).find("viewCount")
|
40 |
|
41 |
-
celsci1=
|
42 |
-
def checkfame(x1):
|
43 |
-
yx=x1 #celsci1.celscilist[x1]['x']['followers']
|
44 |
-
person = celsci1.fame(yx)
|
45 |
-
return person
|
46 |
|
47 |
-
response3= checkfame(
|
48 |
|
49 |
return response3 #result #soup.prettify()
|
50 |
|
|
|
38 |
'''
|
39 |
#viewSoupMeta = API_Data #str(response).find("viewCount")
|
40 |
|
41 |
+
celsci1=myCelSci()
|
|
|
|
|
|
|
|
|
42 |
|
43 |
+
response3= celsci1.checkfame("dd") #celsci1.celscilist["dd"]['x']['followers'] #celsci1.fame(300) #checkfame("dd")
|
44 |
|
45 |
return response3 #result #soup.prettify()
|
46 |
|