Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ with gr.Blocks() as demo:
|
|
27 |
# Welcome to the Virtual Therapist Chat Bot!
|
28 |
"""
|
29 |
)
|
30 |
-
with gr.Accordion("
|
31 |
gr.Markdown(
|
32 |
"""
|
33 |
* Tell the therapist your problems, by recording your query.
|
|
|
27 |
# Welcome to the Virtual Therapist Chat Bot!
|
28 |
"""
|
29 |
)
|
30 |
+
with gr.Accordion("Click for Instructions:"):
|
31 |
gr.Markdown(
|
32 |
"""
|
33 |
* Tell the therapist your problems, by recording your query.
|