Spaces:
Running
Running
samiee2213
commited on
Commit
•
8d9ce93
1
Parent(s):
e31f7e0
Update app.py
Browse files
app.py
CHANGED
@@ -1115,7 +1115,7 @@ def breathing_exercise():
|
|
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,7 +1145,7 @@ if page == "Tools":
|
|
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")
|
|
|
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")
|