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

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
  return mod_history
57
 
58
  def chat(prompt, history):
 
53
  }
54
  mod_history.append(user_dict)
55
  mod_history.append(bot_dict)
56
+ print(mod_history)
57
  return mod_history
58
 
59
  def chat(prompt, history):