vsrinivas commited on
Commit
cc8e8a3
1 Parent(s): 762f747

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from funcs import detect_emotions, cosine_distance, generate_triggers_img, get_d
6
 
7
 
8
  with gr.Blocks() as demo:
9
- gr.Markdown("""# Falcon Cognitive Behavioural Therapy Assistant
10
  ## - Your Personal AI Therapist. Start chatting... Once you finish chatting, click "Generate Session Notes & Recommendations" button and wait for few seconds for them to appear""")
11
 
12
  therapy_session_conversation = gr.State([])
 
6
 
7
 
8
  with gr.Blocks() as demo:
9
+ gr.Markdown("""# Your Intimate Personal Therapist
10
  ## - Your Personal AI Therapist. Start chatting... Once you finish chatting, click "Generate Session Notes & Recommendations" button and wait for few seconds for them to appear""")
11
 
12
  therapy_session_conversation = gr.State([])