Spaces:
Sleeping
Sleeping
Commit
·
0ac4900
1
Parent(s):
b83b0bd
Update stream.py
Browse files
stream.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
from main import
|
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:
|
|
|
1 |
import streamlit as st
|
2 |
+
from main import generate_text
|
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:
|