stckwok commited on
Commit
0759f69
·
verified ·
1 Parent(s): 4fc6bc4

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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("Ask me anything about nutrition disorders, symptoms, causes, treatments, and more.")
 
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