gl-kp commited on
Commit
1d19ef2
·
verified ·
1 Parent(s): e269272

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -671,6 +671,7 @@ def nutrition_disorder_streamlit():
671
 
672
  # Filter input
673
  filtered_result = filter_input_with_llama_guard(user_query)
 
674
 
675
  # Process through the agent
676
  with st.chat_message("assistant"):
 
671
 
672
  # Filter input
673
  filtered_result = filter_input_with_llama_guard(user_query)
674
+ print(filtered_result)
675
 
676
  # Process through the agent
677
  with st.chat_message("assistant"):