lrenzoha commited on
Commit
62ca560
1 Parent(s): 4beddb0

Update app.py

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