CosmoAI commited on
Commit
e578d58
·
1 Parent(s): 0efdfd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -32,11 +32,11 @@ def chat_message(ques, ans):
32
  chat = {
33
  "user": ques,
34
  "bot": ans
35
- },
36
- {
37
  "test": "ques",
38
  "bot": "ans"
39
- }
40
  usrcol.insert_many(chat)
41
 
42
  #Creating reminders from the described goal
 
32
  chat = {
33
  "user": ques,
34
  "bot": ans
35
+ },
36
+ {
37
  "test": "ques",
38
  "bot": "ans"
39
+ }
40
  usrcol.insert_many(chat)
41
 
42
  #Creating reminders from the described goal