hwberry2 commited on
Commit
cb1e26d
1 Parent(s): 9d08bac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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.