Spaces:
Sleeping
Sleeping
Upload 3 files
Browse files
app.py
CHANGED
|
@@ -398,9 +398,6 @@ def next_study_tip():
|
|
| 398 |
|
| 399 |
# -------------- Gradio App --------------
|
| 400 |
with gr.Blocks() as app:
|
| 401 |
-
# Timer display at top
|
| 402 |
-
timer_display = gr.Markdown(f"⏳ Time Remaining: {time_remaining // 60} min {time_remaining % 60} sec")
|
| 403 |
-
|
| 404 |
welcome_screen = gr.Column(visible=True)
|
| 405 |
full_app = gr.Tabs(visible=False)
|
| 406 |
|
|
@@ -434,7 +431,7 @@ timer_display = gr.Markdown(f"⏳ Time Remaining: {time_remaining // 60} min {ti
|
|
| 434 |
}
|
| 435 |
</style>
|
| 436 |
""")
|
| 437 |
-
gr.Markdown("<h1 id='main-title'>StrongMind Therapist </h1>")
|
| 438 |
gr.Markdown("<h3 id='subtitle'>Your peaceful space to talk, journal, and focus.</h3>")
|
| 439 |
start_button = gr.Button("🌸 Get Started", elem_id="start-btn")
|
| 440 |
|
|
|
|
| 398 |
|
| 399 |
# -------------- Gradio App --------------
|
| 400 |
with gr.Blocks() as app:
|
|
|
|
|
|
|
|
|
|
| 401 |
welcome_screen = gr.Column(visible=True)
|
| 402 |
full_app = gr.Tabs(visible=False)
|
| 403 |
|
|
|
|
| 431 |
}
|
| 432 |
</style>
|
| 433 |
""")
|
| 434 |
+
gr.Markdown("<h1 id='main-title'>StrongMind Therapist 2.0</h1>")
|
| 435 |
gr.Markdown("<h3 id='subtitle'>Your peaceful space to talk, journal, and focus.</h3>")
|
| 436 |
start_button = gr.Button("🌸 Get Started", elem_id="start-btn")
|
| 437 |
|