Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,13 +48,13 @@ if st.button("Analyze Conversation"):
|
|
48 |
"Task Introduction: You are an AI assistant tasked with analyzing a conversation between a user and a mental health doctor. The user may have ADHD, bipolar disorder, or neither. Your goal is to assess the conversation, perform diagnostic tests for both disorders, and determine which disorder, if any, the user is likely experiencing." +
|
49 |
conversation_input +
|
50 |
"""
|
51 |
-
|
52 |
Based on the conversation, identify and list symptoms associated with ADHD and bipolar disorder.
|
53 |
|
54 |
-
|
55 |
Using the identified symptoms, perform a diagnostic test for ADHD and bipolar disorder. Score the symptoms based on the DSM-5 criteria for each disorder.
|
56 |
|
57 |
-
|
58 |
Compare the results of the ADHD and bipolar disorder assessments. Which disorder has more symptoms present based on the conversation?
|
59 |
|
60 |
Determine Diagnosis:
|
|
|
48 |
"Task Introduction: You are an AI assistant tasked with analyzing a conversation between a user and a mental health doctor. The user may have ADHD, bipolar disorder, or neither. Your goal is to assess the conversation, perform diagnostic tests for both disorders, and determine which disorder, if any, the user is likely experiencing." +
|
49 |
conversation_input +
|
50 |
"""
|
51 |
+
Identified Symptoms:
|
52 |
Based on the conversation, identify and list symptoms associated with ADHD and bipolar disorder.
|
53 |
|
54 |
+
Diagnostic Test:
|
55 |
Using the identified symptoms, perform a diagnostic test for ADHD and bipolar disorder. Score the symptoms based on the DSM-5 criteria for each disorder.
|
56 |
|
57 |
+
Comparision Results:
|
58 |
Compare the results of the ADHD and bipolar disorder assessments. Which disorder has more symptoms present based on the conversation?
|
59 |
|
60 |
Determine Diagnosis:
|