Spaces:
Runtime error
Runtime error
Commit
·
bf01274
1
Parent(s):
9555ac4
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from bs4 import BeautifulSoup
|
|
3 |
import requests
|
4 |
from python_actr import *
|
5 |
|
6 |
-
class myCelSci(
|
7 |
pass
|
8 |
|
9 |
def greet(link):
|
@@ -36,7 +36,7 @@ def greet(link):
|
|
36 |
'''
|
37 |
#viewSoupMeta = API_Data #str(response).find("viewCount")
|
38 |
celsci1=myCelSci()
|
39 |
-
response3= celsci1.
|
40 |
|
41 |
return response3 #result #soup.prettify()
|
42 |
|
|
|
3 |
import requests
|
4 |
from python_actr import *
|
5 |
|
6 |
+
class myCelSci(Celsci):
|
7 |
pass
|
8 |
|
9 |
def greet(link):
|
|
|
36 |
'''
|
37 |
#viewSoupMeta = API_Data #str(response).find("viewCount")
|
38 |
celsci1=myCelSci()
|
39 |
+
response3= celsci1.asname #celscilist["dd"]['x']['followers'] #checkfame("dd")
|
40 |
|
41 |
return response3 #result #soup.prettify()
|
42 |
|