CosmoAI commited on
Commit
f8989d9
·
1 Parent(s): c2b2e2c

Update app.py

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