Update app.py
Browse files
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("""# Your Intimate Personal Therapist
|
10 |
-
##
|
11 |
|
12 |
therapy_session_conversation = gr.State([])
|
13 |
|
|
|
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([])
|
13 |
|