Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
# app.py
|
2 |
import streamlit as st
|
3 |
from medication_agent import get_medication_suggestions
|
4 |
from health_tracker_agent import track_health_status
|
@@ -24,4 +23,4 @@ elif menu == "Lifestyle Advice":
|
|
24 |
lifestyle_query = st.text_input("Enter your lifestyle concern or goal:")
|
25 |
if st.button("Get Advice") and lifestyle_query:
|
26 |
advice = get_lifestyle_tips(lifestyle_query)
|
27 |
-
st.write(advice)
|
|
|
|
|
1 |
import streamlit as st
|
2 |
from medication_agent import get_medication_suggestions
|
3 |
from health_tracker_agent import track_health_status
|
|
|
23 |
lifestyle_query = st.text_input("Enter your lifestyle concern or goal:")
|
24 |
if st.button("Get Advice") and lifestyle_query:
|
25 |
advice = get_lifestyle_tips(lifestyle_query)
|
26 |
+
st.write(advice)
|