Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
•
16d90cf
1
Parent(s):
fb1891a
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ with gr.Blocks() as demo:
|
|
131 |
def cs(link):
|
132 |
response="Hi " + "bcf" #(link) #acf("hello world")[0]["label"] + str(math.trunc(acf("hello world")[0]["score"])*100/100)+bcf(link)
|
133 |
return response #result #soup.prettify()
|
134 |
-
|
135 |
|
136 |
|
137 |
|
|
|
131 |
def cs(link):
|
132 |
response="Hi " + "bcf" #(link) #acf("hello world")[0]["label"] + str(math.trunc(acf("hello world")[0]["score"])*100/100)+bcf(link)
|
133 |
return response #result #soup.prettify()
|
134 |
+
cssubmit.click(cs, name, name)
|
135 |
|
136 |
|
137 |
|