Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
·
59ef779
1
Parent(s):
9ea33f9
Update app.py
Browse files
app.py
CHANGED
@@ -130,8 +130,8 @@ with gr.Blocks() as demo:
|
|
130 |
|
131 |
def cs(link):
|
132 |
response="Hi " + link #(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, comments)
|
135 |
|
136 |
|
137 |
|
|
|
130 |
|
131 |
def cs(link):
|
132 |
response="Hi " + link #(link) #acf("hello world")[0]["label"] + str(math.trunc(acf("hello world")[0]["score"])*100/100)+bcf(link)
|
133 |
+
return response,1 #result #soup.prettify()
|
134 |
+
cssubmit.click(cs, name, [comments,count])
|
135 |
|
136 |
|
137 |
|