Michaeldavidstein commited on
Commit
3338f5d
·
verified ·
1 Parent(s): 22936c7

Update app.py

Browse files

Removed echo of user query used for debugging purposes.

Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -795,9 +795,9 @@ def nutrition_disorder_streamlit():
795
  user_query = ""
796
 
797
  # for debug purposes, echo the user query
798
- debug_msg = user_query
799
- with st.chat_message("assistant"):
800
- st.write(debug_msg)
801
 
802
  if user_query:
803
  if user_query.lower() == "exit":
 
795
  user_query = ""
796
 
797
  # for debug purposes, echo the user query
798
+ # debug_msg = user_query
799
+ # with st.chat_message("assistant"):
800
+ # st.write(debug_msg)
801
 
802
  if user_query:
803
  if user_query.lower() == "exit":