Michaeldavidstein commited on
Commit
673e28d
·
verified ·
1 Parent(s): af4c2d4

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -826,7 +826,7 @@ def nutrition_disorder_streamlit():
826
 
827
  # Handle the query
828
  response = st.session_state.chatbot.handle_customer_query(
829
- st.session_state.user_id, user_query
830
  )
831
  with st.chat_message("assistant"):
832
  st.write(response)
 
826
 
827
  # Handle the query
828
  response = st.session_state.chatbot.handle_customer_query(
829
+ st.session_state.user_id, user_query # Use st.session_state.user_id here
830
  )
831
  with st.chat_message("assistant"):
832
  st.write(response)