Spaces:
Runtime error
Runtime error
Commit ·
bdd57b8
1
Parent(s): e0d23a2
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ def greet(link):
|
|
| 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")
|
|
|
|
| 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")
|