zelk12 commited on
Commit
26f0f49
·
verified ·
1 Parent(s): 14ed272

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -43,6 +43,7 @@ def model_response(message, history):
43
  response = chat.send_message(message["text"])
44
  print(f"\nResponse\n{response}=========\n")
45
  response = response["text"]
 
46
  return response
47
 
48
  print("Define test1 response work")
 
43
  response = chat.send_message(message["text"])
44
  print(f"\nResponse\n{response}=========\n")
45
  response = response["text"]
46
+ print(response)
47
  return response
48
 
49
  print("Define test1 response work")