mateoluksenberg commited on
Commit
85dcfad
1 Parent(s): 710de57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,6 +37,6 @@ if st.button('Submit'):
37
  )
38
 
39
  # Display the chatbot's response
40
- st.write(response['message']['content'])
41
 
42
 
 
37
  )
38
 
39
  # Display the chatbot's response
40
+ st.write(response)
41
 
42