mdotti commited on
Commit
d50f00e
·
verified ·
1 Parent(s): 4cb5180

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -690,6 +690,10 @@ def nutrition_disorder_streamlit():
690
  """
691
  st.title("Nutrition Disorder Specialist")
692
  st.write("Ask me anything about nutrition disorders, symptoms, causes, treatments, and more.")
 
 
 
 
693
  st.write("Type 'exit' to end the conversation.")
694
 
695
  # Initialize session state for chat history and user_id if they don't exist
 
690
  """
691
  st.title("Nutrition Disorder Specialist")
692
  st.write("Ask me anything about nutrition disorders, symptoms, causes, treatments, and more.")
693
+ st.write("You might try asking questions like:")
694
+ st.write("- In what ways can increasing dietary fiber help alleviate symptoms of functional bowel disorders?")
695
+ st.write("- What dietary changes can help reduce the risk of diabetes mellitus in those suffering from obesity?")
696
+ st.write("- How do dietary deficiencies in essential fatty acids impact neurological function and lead to chronic symptoms?")
697
  st.write("Type 'exit' to end the conversation.")
698
 
699
  # Initialize session state for chat history and user_id if they don't exist