Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -782,8 +782,9 @@ def nutrition_disorder_streamlit():
|
|
782 |
"""
|
783 |
A Streamlit-based UI for the Nutrition Disorder Specialist Agent.
|
784 |
"""
|
785 |
-
st.title("Nutrition Disorder Specialist")
|
786 |
-
st.write("
|
|
|
787 |
st.write("Type 'exit' to end the conversation.")
|
788 |
|
789 |
# Initialize session state for chat history and user_id if they don't exist
|
|
|
782 |
"""
|
783 |
A Streamlit-based UI for the Nutrition Disorder Specialist Agent.
|
784 |
"""
|
785 |
+
st.title("Welcome to the SK Nutrition Disorder Specialist")
|
786 |
+
st.write("You can me anything about nutrition disorders, symptoms, causes, treatments, and more.")
|
787 |
+
st.write(" >>> Example: What are the symptoms of Vitamin deficiency?")
|
788 |
st.write("Type 'exit' to end the conversation.")
|
789 |
|
790 |
# Initialize session state for chat history and user_id if they don't exist
|