suriya7 commited on
Commit
bcfd398
·
verified ·
1 Parent(s): d56046c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,6 +69,6 @@ with container:
69
  if st.session_state['assistant']:
70
  with response_container:
71
  for i in range(len(st.session_state['assistant'])):
72
- if i != 0:
73
  message(st.session_state["human"][i], is_user=True, key=str(i) + '_user', avatar_style="adventurer")
74
  message(st.session_state["assistant"][i], key=str(i), avatar_style="bottts")
 
69
  if st.session_state['assistant']:
70
  with response_container:
71
  for i in range(len(st.session_state['assistant'])):
72
+ if i != 0:
73
  message(st.session_state["human"][i], is_user=True, key=str(i) + '_user', avatar_style="adventurer")
74
  message(st.session_state["assistant"][i], key=str(i), avatar_style="bottts")