CognitiveScience commited on
Commit
e0d23a2
·
1 Parent(s): 4f38717

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -40,7 +40,8 @@ def greet(link):
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")
 
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")