Spaces:
Runtime error
Runtime error
Commit ·
a9b4f34
1
Parent(s): 2a9c7e7
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,9 @@ def greet(link):
|
|
| 39 |
#viewSoupMeta = API_Data #str(response).find("viewCount")
|
| 40 |
|
| 41 |
celsci1=Celsci()
|
| 42 |
-
|
|
|
|
|
|
|
| 43 |
|
| 44 |
response3= checkfame("dd") #celsci1.celscilist["dd"]['x']['followers'] #celsci1.fame(300) #checkfame("dd")
|
| 45 |
|
|
|
|
| 39 |
#viewSoupMeta = API_Data #str(response).find("viewCount")
|
| 40 |
|
| 41 |
celsci1=Celsci()
|
| 42 |
+
def checkfame(x1):
|
| 43 |
+
person = celsci1.fame(celsci1.celscilist[x1]['x']['followers'])
|
| 44 |
+
return person
|
| 45 |
|
| 46 |
response3= checkfame("dd") #celsci1.celscilist["dd"]['x']['followers'] #celsci1.fame(300) #checkfame("dd")
|
| 47 |
|