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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,5 +35,5 @@ if os.environ['OPENAI_API_KEY']:
35
  chatbot += get_answer(index, message)
36
 
37
  # Display chat history
38
- st.text_area('Chatbot FCI:', value='\n'.join(
39
  [f'{x[0]}: {x[1]}' for x in chatbot]), height=250)
 
35
  chatbot += get_answer(index, message)
36
 
37
  # Display chat history
38
+ st.text_area('Respuesta:', value='\n'.join(
39
  [f'{x[0]}: {x[1]}' for x in chatbot]), height=250)