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