Upload app.py with huggingface_hub
Browse files
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)
|