Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,10 +22,14 @@ def transcribe(audio):
|
|
22 |
|
23 |
# Create a Gradio App using Blocks
|
24 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
|
25 |
with gr.Accordion("Open for Instructions"):
|
26 |
gr.Markdown(
|
27 |
"""
|
28 |
-
# Welcome to the Virtual Therapist Chat Bot!
|
29 |
* Tell the therapist your problems, by recording your query.
|
30 |
* Submit your query, and follow the chat or listen to the Therapists advice.
|
31 |
* When you are ready to respond, clear your last recording and resubmit.
|
|
|
22 |
|
23 |
# Create a Gradio App using Blocks
|
24 |
with gr.Blocks() as demo:
|
25 |
+
with gr.Markdown(
|
26 |
+
"""
|
27 |
+
# Welcome to the Virtual Therapist Chat Bot!
|
28 |
+
"""
|
29 |
+
)
|
30 |
with gr.Accordion("Open for Instructions"):
|
31 |
gr.Markdown(
|
32 |
"""
|
|
|
33 |
* Tell the therapist your problems, by recording your query.
|
34 |
* Submit your query, and follow the chat or listen to the Therapists advice.
|
35 |
* When you are ready to respond, clear your last recording and resubmit.
|