Spaces:
Runtime error
Runtime error
Commit
·
4b9da78
1
Parent(s):
f68345b
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import requests
|
|
4 |
#from python_actr import *
|
5 |
from cogscidighum import Celsci
|
6 |
|
|
|
7 |
class myCelSci(Celsci):
|
8 |
pass
|
9 |
|
@@ -36,10 +37,10 @@ def greet(link):
|
|
36 |
viewSoupMeta= soup
|
37 |
'''
|
38 |
#viewSoupMeta = API_Data #str(response).find("viewCount")
|
39 |
-
|
40 |
|
41 |
|
42 |
-
response3= fame(
|
43 |
|
44 |
return response3 #result #soup.prettify()
|
45 |
|
|
|
4 |
#from python_actr import *
|
5 |
from cogscidighum import Celsci
|
6 |
|
7 |
+
|
8 |
class myCelSci(Celsci):
|
9 |
pass
|
10 |
|
|
|
37 |
viewSoupMeta= soup
|
38 |
'''
|
39 |
#viewSoupMeta = API_Data #str(response).find("viewCount")
|
40 |
+
celsci1=myCelSci()
|
41 |
|
42 |
|
43 |
+
response3= celsci1.fame(300) #checkfame("dd")
|
44 |
|
45 |
return response3 #result #soup.prettify()
|
46 |
|