lrenzoha commited on
Commit
218a8bf
1 Parent(s): 90a3e87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ if os.environ['OPENAI_API_KEY']:
31
 
32
  # If message is entered, ingest documents and get chatbot response
33
  if message:
34
- chatbot.append(('Tú:', message))
35
  chatbot += get_answer(index, message)
36
 
37
  # Display chat history
 
31
 
32
  # If message is entered, ingest documents and get chatbot response
33
  if message:
34
+ chatbot.append(('', message))
35
  chatbot += get_answer(index, message)
36
 
37
  # Display chat history