CognitiveScience commited on
Commit
39a18ee
1 Parent(s): 7c3d38a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,11 +40,11 @@ def greet(link):
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")
48
 
49
  return response3 #result #soup.prettify()
50
 
 
40
 
41
  celsci1=Celsci()
42
  def checkfame(x1):
43
+ yx=x1 #celsci1.celscilist[x1]['x']['followers']
44
  person = celsci1.fame(yx)
45
  return person
46
 
47
+ response3= checkfame(14) #celsci1.celscilist["dd"]['x']['followers'] #celsci1.fame(300) #checkfame("dd")
48
 
49
  return response3 #result #soup.prettify()
50