Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -291,7 +291,7 @@ def create_interface():
|
|
| 291 |
label="Session Length (seconds)"
|
| 292 |
)
|
| 293 |
|
| 294 |
-
generate_button = gr.Button("
|
| 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 |
-
©
|
| 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
|