Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ def querys(payloads):
|
|
| 38 |
texte=""
|
| 39 |
for o in output:
|
| 40 |
texte +=o
|
| 41 |
-
return
|
| 42 |
|
| 43 |
#very simple (and extremly fast) websearch
|
| 44 |
def websearch(prompt):
|
|
|
|
| 38 |
texte=""
|
| 39 |
for o in output:
|
| 40 |
texte +=o
|
| 41 |
+
return texte
|
| 42 |
|
| 43 |
#very simple (and extremly fast) websearch
|
| 44 |
def websearch(prompt):
|