hwberry2 commited on
Commit
83addd5
1 Parent(s): 24ff843

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -25,9 +25,9 @@ with gr.Blocks() as demo:
25
  gr.Markdown(
26
  """
27
  # Welcome to the Virtual Therapist Chat Bot!
28
- Tell the therapist your problems, by recording your query.
29
- Submit your query, and follow the chat or listen to the Therapists advice.
30
- When you are ready to resond, clear your last recording and resubmit.
31
  """)
32
  # First message as instructions to OpenAI
33
  # Establishes a State object to create a
 
25
  gr.Markdown(
26
  """
27
  # Welcome to the Virtual Therapist Chat Bot!
28
+ * Tell the therapist your problems, by recording your query.
29
+ * Submit your query, and follow the chat or listen to the Therapists advice.
30
+ * When you are ready to respond, clear your last recording and resubmit.
31
  """)
32
  # First message as instructions to OpenAI
33
  # Establishes a State object to create a