Update app.py
Browse files
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"):
|