Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -174,7 +174,7 @@ def wellness_analyzer(input_text, uploaded_file=None):
|
|
| 174 |
{2}
|
| 175 |
</ol>
|
| 176 |
|
| 177 |
-
<p><em>Listen to the generated audio file for a custom 30-second vibrational experience
|
| 178 |
</div>
|
| 179 |
""".format(
|
| 180 |
emotion.capitalize(),
|
|
@@ -216,12 +216,12 @@ with gr.Blocks(css=custom_css) as interface:
|
|
| 216 |
|
| 217 |
with gr.Column(scale=3):
|
| 218 |
output_text = gr.HTML(label="Analysis and Advice")
|
| 219 |
-
output_audio = gr.Audio(label="Your Custom 30-second Vibrational Tone
|
| 220 |
|
| 221 |
gr.Markdown(
|
| 222 |
"""
|
| 223 |
<div class="footer">
|
| 224 |
-
<p>Vers3Dynamics - Harmonizing your well-being through vibrational frequencies
|
| 225 |
</div>
|
| 226 |
"""
|
| 227 |
)
|
|
|
|
| 174 |
{2}
|
| 175 |
</ol>
|
| 176 |
|
| 177 |
+
<p><em>Listen to the generated audio file for a custom 30-second vibrational experience.</em></p>
|
| 178 |
</div>
|
| 179 |
""".format(
|
| 180 |
emotion.capitalize(),
|
|
|
|
| 216 |
|
| 217 |
with gr.Column(scale=3):
|
| 218 |
output_text = gr.HTML(label="Analysis and Advice")
|
| 219 |
+
output_audio = gr.Audio(label="Your Custom 30-second Vibrational Tone🎶", type="filepath")
|
| 220 |
|
| 221 |
gr.Markdown(
|
| 222 |
"""
|
| 223 |
<div class="footer">
|
| 224 |
+
<p>Vers3Dynamics - Harmonizing your well-being through vibrational frequencies.</p>
|
| 225 |
</div>
|
| 226 |
"""
|
| 227 |
)
|