Spaces:
Runtime error
Runtime error
Commit ·
e0d23a2
1
Parent(s): 4f38717
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,8 @@ def greet(link):
|
|
| 40 |
|
| 41 |
celsci1=Celsci()
|
| 42 |
def checkfame(x1):
|
| 43 |
-
|
|
|
|
| 44 |
return person
|
| 45 |
|
| 46 |
response3= checkfame("dd") #celsci1.celscilist["dd"]['x']['followers'] #celsci1.fame(300) #checkfame("dd")
|
|
|
|
| 40 |
|
| 41 |
celsci1=Celsci()
|
| 42 |
def checkfame(x1):
|
| 43 |
+
yx=celsci1.celscilist[x1]['x']['followers']
|
| 44 |
+
person = celsci1.fame(yx)
|
| 45 |
return person
|
| 46 |
|
| 47 |
response3= checkfame("dd") #celsci1.celscilist["dd"]['x']['followers'] #celsci1.fame(300) #checkfame("dd")
|