Akis Giannoukos commited on
Commit
5ba8e95
·
1 Parent(s): eb4e27d

Updated Intro Message

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -426,8 +426,11 @@ def transcribe_audio(audio_path: Optional[str]) -> str:
426
  # Gradio app logic
427
  # ---------------------------
428
  INTRO_MESSAGE = (
429
- "Hello, I'm here to check in on how you've been feeling lately. "
430
- "To start, can you share how your mood has been over the past couple of weeks?"
 
 
 
431
  )
432
 
433
 
 
426
  # Gradio app logic
427
  # ---------------------------
428
  INTRO_MESSAGE = (
429
+ "Hi, I'm an assistant, and I will ask you some questions about how you've been doing."
430
+ "We'll record our conversation, and we will give you a written copy of it."
431
+ "From our conversation, we will send a written copy to the clinician, we will give a summary of what you are experiencing based on a questionnaire, called the Patient Health Questionnaire (PHQ-9), and we will give a summary of what your voice is like."
432
+ "We will send this to the clinician, and the clinician will follow up with you."
433
+ "To start, how has your mood been over the past couple of weeks?"
434
  )
435
 
436