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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ def bardChat(data):
37
  return json.dumps(respo)
38
 
39
  def responsenew(data):
 
40
  return bardChat(data)
41
 
42
 
 
37
  return json.dumps(respo)
38
 
39
  def responsenew(data):
40
+ print(data)
41
  return bardChat(data)
42
 
43