fffiloni commited on
Commit
7aa772a
·
1 Parent(s): 599598a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def pdf_changes(pdf_doc, open_ai_key):
38
  return "You forgot OpenAI API key"
39
 
40
  def add_text(history, text):
41
- history = history + [(text, None)]
42
  return history, ""
43
 
44
  def bot(history):
 
38
  return "You forgot OpenAI API key"
39
 
40
  def add_text(history, text):
41
+ history = history + [(text, "")]
42
  return history, ""
43
 
44
  def bot(history):