samiee2213 commited on
Commit
3c1271f
1 Parent(s): a2ca3ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -736,7 +736,7 @@ def generate_insights(session):
736
  })
737
 
738
  return conversation_summary, mood_df
739
-
740
  if page == "Today":
741
  # CSS Injection
742
  st.markdown('''
@@ -920,6 +920,7 @@ if page == "Today":
920
  </div>
921
  </div>
922
  ''', unsafe_allow_html=True)
 
923
 
924
  elif page == "Sessions":
925
  st.subheader("Sessions")
@@ -1114,7 +1115,7 @@ def breathing_exercise():
1114
 
1115
  time.sleep(3)
1116
  breathing_container.empty()
1117
-
1118
  if page == "Tools":
1119
  st.subheader("Tools")
1120
  st.write("Each tool is an interactive exercise based on cognitive-behavioral therapy and enhanced by the power of AI.")
@@ -1144,6 +1145,7 @@ if page == "Tools":
1144
  breathing_exercise()
1145
  else:
1146
  st.write(f"{tool['title']} tool is not yet implemented.")
 
1147
 
1148
  elif page == "Therapists":
1149
  st.subheader("Choose Your Therapist")
 
736
  })
737
 
738
  return conversation_summary, mood_df
739
+ '''
740
  if page == "Today":
741
  # CSS Injection
742
  st.markdown('''
 
920
  </div>
921
  </div>
922
  ''', unsafe_allow_html=True)
923
+ '''
924
 
925
  elif page == "Sessions":
926
  st.subheader("Sessions")
 
1115
 
1116
  time.sleep(3)
1117
  breathing_container.empty()
1118
+ '''
1119
  if page == "Tools":
1120
  st.subheader("Tools")
1121
  st.write("Each tool is an interactive exercise based on cognitive-behavioral therapy and enhanced by the power of AI.")
 
1145
  breathing_exercise()
1146
  else:
1147
  st.write(f"{tool['title']} tool is not yet implemented.")
1148
+ '''
1149
 
1150
  elif page == "Therapists":
1151
  st.subheader("Choose Your Therapist")