iamstrong commited on
Commit
152c8ae
·
verified ·
1 Parent(s): 47d5aca

Upload 3 files

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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