CognitiveScience commited on
Commit
f68345b
·
1 Parent(s): 8b5d23a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,10 +36,10 @@ def greet(link):
36
  viewSoupMeta= soup
37
  '''
38
  #viewSoupMeta = API_Data #str(response).find("viewCount")
39
- celsci1=myCelSci()
40
 
41
 
42
- response3= celsci1.fame(celsci1.celscilist["dd"]['x']['followers']) #checkfame("dd")
43
 
44
  return response3 #result #soup.prettify()
45
 
 
36
  viewSoupMeta= soup
37
  '''
38
  #viewSoupMeta = API_Data #str(response).find("viewCount")
39
+ #celsci1=myCelSci()
40
 
41
 
42
+ response3= fame(celsci1.celscilist["dd"]['x']['followers']) #checkfame("dd")
43
 
44
  return response3 #result #soup.prettify()
45