Johan713 commited on
Commit
a6fd2f9
·
verified ·
1 Parent(s): 6dbe417

Update pages/ai_buddy.py

Browse files
Files changed (1) hide show
  1. 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
- st.warning('Due to some limitation on hugging face we cant play the audio on it so please go the git hub repo and try this file out over there', icon="⚠️")
561
  elif tool_choice == "Recommendations":
562
  show_personalized_recommendations()
563
  elif tool_choice == "Binaural Beats":
564
- st.warning('Due to some limitation on hugging face we cant play the audio on it so please go the git hub repo and try this file out over there', icon="⚠️")
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("---")