Spaces:
Runtime error
Runtime error
Commit
·
9ea33f9
1
Parent(s):
16d90cf
Update app.py
Browse files
app.py
CHANGED
|
@@ -129,9 +129,9 @@ with gr.Blocks() as demo:
|
|
| 129 |
#csinp.submit(cs, [csinp, cschatbot], [csinp, cschatbot])
|
| 130 |
|
| 131 |
def cs(link):
|
| 132 |
-
response="Hi " +
|
| 133 |
return response #result #soup.prettify()
|
| 134 |
-
cssubmit.click(cs, name,
|
| 135 |
|
| 136 |
|
| 137 |
|
|
|
|
| 129 |
#csinp.submit(cs, [csinp, cschatbot], [csinp, cschatbot])
|
| 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 |
|