mgokg commited on
Commit
2c73afc
·
verified ·
1 Parent(s): 2be810e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def querys(payloads):
33
  output = query({
34
  "question": f"{payloads}",
35
  })
36
- return output.json()
37
 
38
  #very simple (and extremly fast) websearch
39
  def websearch(prompt):
 
33
  output = query({
34
  "question": f"{payloads}",
35
  })
36
+ return output[0]
37
 
38
  #very simple (and extremly fast) websearch
39
  def websearch(prompt):