Benjy commited on
Commit
e186428
·
verified ·
1 Parent(s): 831f7ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def display_conversation(user_input, response):
37
  if i % 2 == 0:
38
  st.markdown(f"<div style='background-color:#e1f5fe;padding:10px;border-radius:10px;'>{message}&nbsp;</div>", unsafe_allow_html=True)
39
  else:
40
- st.markdown(f"<div style='background-color:#c8e6c9;padding:10px;border-radius:10px;'>{message}&nbsp;</div>", unsafe_allow_html=True)
41
  st.session_state.enter_pressed = False # Reset the enter trigger
42
 
43
  def get_message(user_input):
 
37
  if i % 2 == 0:
38
  st.markdown(f"<div style='background-color:#e1f5fe;padding:10px;border-radius:10px;'>{message}&nbsp;</div>", unsafe_allow_html=True)
39
  else:
40
+ st.markdown(f"<div style='background-color:#ffd7b5;padding:10px;border-radius:10px;'>{message}&nbsp;</div>", unsafe_allow_html=True)
41
  st.session_state.enter_pressed = False # Reset the enter trigger
42
 
43
  def get_message(user_input):