mik-chinaamc commited on
Commit
8422486
·
1 Parent(s): b8f846e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def chatgpt_chatclone(input, history):
39
  s.append(input)
40
  output = openai_chatcreate(input)
41
  history.append((input, output))
42
- print(history)
43
  return history, history
44
 
45
  def chatgpt_clear(input, history):
 
39
  s.append(input)
40
  output = openai_chatcreate(input)
41
  history.append((input, output))
42
+ # print(history)
43
  return history, history
44
 
45
  def chatgpt_clear(input, history):