Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def transcribe(audio):
|
|
22 |
|
23 |
# Create a Gradio App using Blocks
|
24 |
with gr.Blocks() as demo:
|
25 |
-
|
26 |
"""
|
27 |
# Welcome to the Virtual Therapist Chat Bot!
|
28 |
"""
|
|
|
22 |
|
23 |
# Create a Gradio App using Blocks
|
24 |
with gr.Blocks() as demo:
|
25 |
+
gr.Markdown(
|
26 |
"""
|
27 |
# Welcome to the Virtual Therapist Chat Bot!
|
28 |
"""
|