vsrinivas commited on
Commit
f6e7690
1 Parent(s): a9f37b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from funcs import detect_emotions, cosine_distance, generate_triggers_img, get_d
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" and wait for few seconds for Summary & Recommndations """)
11
 
12
  therapy_session_conversation = gr.State([])
13
 
 
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([])
13