hwberry2 commited on
Commit
5ffe02a
·
1 Parent(s): ace94cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,9 +39,9 @@ def giveVoice(bot_message):
39
  return new_path
40
 
41
  def keepLog(gpt):
42
- chat_log = gpt
43
 
44
- return chat_log
45
 
46
 
47
 
 
39
  return new_path
40
 
41
  def keepLog(gpt):
42
+ print("inside")
43
 
44
+ return gpt
45
 
46
 
47