Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ def bardChat(data):
|
|
| 34 |
"function": "nothing"
|
| 35 |
}
|
| 36 |
# print(answer)
|
| 37 |
-
return respo
|
| 38 |
|
| 39 |
def responsenew(data):
|
| 40 |
return bardChat(data)
|
|
|
|
| 34 |
"function": "nothing"
|
| 35 |
}
|
| 36 |
# print(answer)
|
| 37 |
+
return json.dumps(respo)
|
| 38 |
|
| 39 |
def responsenew(data):
|
| 40 |
return bardChat(data)
|