Spaces:
Sleeping
Sleeping
Update pages/ai_buddy.py
Browse files- pages/ai_buddy.py +2 -2
pages/ai_buddy.py
CHANGED
@@ -557,11 +557,11 @@ def main():
|
|
557 |
with tab2:
|
558 |
tool_choice = st.selectbox("Select a tool", ["Meditation Timer", "Binaural Beats", "Recommendations"])
|
559 |
if tool_choice == "Meditation Timer":
|
560 |
-
|
561 |
elif tool_choice == "Recommendations":
|
562 |
show_personalized_recommendations()
|
563 |
elif tool_choice == "Binaural Beats":
|
564 |
-
|
565 |
|
566 |
# Mood tracker
|
567 |
st.sidebar.markdown("---")
|
|
|
557 |
with tab2:
|
558 |
tool_choice = st.selectbox("Select a tool", ["Meditation Timer", "Binaural Beats", "Recommendations"])
|
559 |
if tool_choice == "Meditation Timer":
|
560 |
+
show_meditation_timer()
|
561 |
elif tool_choice == "Recommendations":
|
562 |
show_personalized_recommendations()
|
563 |
elif tool_choice == "Binaural Beats":
|
564 |
+
show_binaural_beats()
|
565 |
|
566 |
# Mood tracker
|
567 |
st.sidebar.markdown("---")
|