Spaces:
Runtime error
Runtime error
Commit
·
b2345a8
1
Parent(s):
9b8543a
Update app.py
Browse files
app.py
CHANGED
@@ -37,10 +37,10 @@ def greet(link):
|
|
37 |
'''
|
38 |
#viewSoupMeta = API_Data #str(response).find("viewCount")
|
39 |
|
40 |
-
|
41 |
|
42 |
|
43 |
-
response3= checkfame("dd") #celscilist["dd"]['x']['followers'] #celsci1.fame(300) #checkfame("dd")
|
44 |
|
45 |
return response3 #result #soup.prettify()
|
46 |
|
|
|
37 |
'''
|
38 |
#viewSoupMeta = API_Data #str(response).find("viewCount")
|
39 |
|
40 |
+
celsci1=Celsci()
|
41 |
|
42 |
|
43 |
+
response3= celsci1.checkfame("dd") #celscilist["dd"]['x']['followers'] #celsci1.fame(300) #checkfame("dd")
|
44 |
|
45 |
return response3 #result #soup.prettify()
|
46 |
|