devve1 commited on
Commit
add2185
1 Parent(s): 97fdfd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -465,7 +465,7 @@ if __name__ == '__main__':
465
 
466
  with st.sidebar:
467
  print('SELECTBOX')
468
- print(st.session_state.id_chat
469
  st.session_state.id_chat = st.selectbox(
470
  label='Choose a conversation',
471
  options=options_list(conversations),
 
465
 
466
  with st.sidebar:
467
  print('SELECTBOX')
468
+ print(st.session_state.id_chat)
469
  st.session_state.id_chat = st.selectbox(
470
  label='Choose a conversation',
471
  options=options_list(conversations),