ciaochris commited on
Commit
2b9da54
·
verified ·
1 Parent(s): 779c195

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -291,7 +291,7 @@ def create_interface():
291
  label="Session Length (seconds)"
292
  )
293
 
294
- generate_button = gr.Button("Generate Session", variant="primary", scale=2)
295
 
296
  with gr.Column(scale=2):
297
  gr.Markdown("**2. Receive your listening session**")
@@ -344,7 +344,7 @@ def create_interface():
344
  Rhythma is an artful wellness companion that turns a felt state into a reflective listening session.
345
  It uses optional AI analysis, session profiling, and rhythmic sound design to shape a tone center, pattern, and guided path for the moment you are in.
346
  **Note:** Rhythma is for reflective listening and personal wellbeing rituals. It is not medical advice or a clinical treatment.
347
- © 2025 Vers3Dynamics
348
  """)
349
 
350
  return demo
 
291
  label="Session Length (seconds)"
292
  )
293
 
294
+ generate_button = gr.Button("Begin Exploration", variant="primary", scale=2)
295
 
296
  with gr.Column(scale=2):
297
  gr.Markdown("**2. Receive your listening session**")
 
344
  Rhythma is an artful wellness companion that turns a felt state into a reflective listening session.
345
  It uses optional AI analysis, session profiling, and rhythmic sound design to shape a tone center, pattern, and guided path for the moment you are in.
346
  **Note:** Rhythma is for reflective listening and personal wellbeing rituals. It is not medical advice or a clinical treatment.
347
+ © 2026 Vers3Dynamics
348
  """)
349
 
350
  return demo