mgokg commited on
Commit
6c48f7f
·
verified ·
1 Parent(s): ddaa39f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def querys(payloads):
35
  })
36
  texte=""
37
  for o in output:
38
- texte +=o.text
39
  return texte
40
 
41
  #very simple (and extremly fast) websearch
 
35
  })
36
  texte=""
37
  for o in output:
38
+ texte +=o
39
  return texte
40
 
41
  #very simple (and extremly fast) websearch