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