Update app.py
Browse files
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("""#
|
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([])
|