Rohankumar31 commited on
Commit
cec250d
·
1 Parent(s): db87823

Update stream.py

Browse files
Files changed (1) hide show
  1. stream.py +2 -2
stream.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  from main import prints
3
- st.title("Health Suggestion Bot - Prakruti 🍃")
4
- st.write("Prakruti, in Ayurveda, refers to an individual's unique physical and psychological constitution. It is determined by the balance of three fundamental energies or doshas: Vata, Pitta, and Kapha. Understanding one's Prakruti helps tailor health and lifestyle choices for overall well-being.")
5
  if "messages" not in st.session_state:
6
  st.session_state.messages = []
7
  st.session_state.messages.append({
 
1
  import streamlit as st
2
  from main import prints
3
+ st.title("Health Suggestion Bot - Prakriti 🍃")
4
+ st.write("Prakriti, in Ayurveda, refers to an individual's unique physical and psychological constitution. It is determined by the balance of three fundamental energies or doshas: Vata, Pitta, and Kapha. Understanding one's Prakriti helps tailor health and lifestyle choices for overall well-being.")
5
  if "messages" not in st.session_state:
6
  st.session_state.messages = []
7
  st.session_state.messages.append({