ArunAIML commited on
Commit
1944b47
·
verified ·
1 Parent(s): 71096b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -53,6 +53,7 @@ def get_history(history):
53
  }
54
  mod_history.append(user_dict)
55
  mod_history.append(bot_dict)
 
56
 
57
  def chat(prompt, history):
58
 
 
53
  }
54
  mod_history.append(user_dict)
55
  mod_history.append(bot_dict)
56
+ return mod_history
57
 
58
  def chat(prompt, history):
59