CognitiveScience commited on
Commit
9ea33f9
1 Parent(s): 16d90cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 " + "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
 
 
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