Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ async def get_strong_weak_topics(email: str):
|
|
134 |
"role": "system",
|
135 |
"content": f"""You are an Educational Performance Analyst focusing on {section_info['filename'].replace('_', ' ')}.
|
136 |
Analyze the provided student responses to identify and categorize topics into 'weak' and 'strong' based on their performance. Try to give
|
137 |
-
high level
|
138 |
Do not add any explanations, introduction, or comments - return ONLY valid JSON.
|
139 |
"""
|
140 |
},
|
|
|
134 |
"role": "system",
|
135 |
"content": f"""You are an Educational Performance Analyst focusing on {section_info['filename'].replace('_', ' ')}.
|
136 |
Analyze the provided student responses to identify and categorize topics into 'weak' and 'strong' based on their performance. Try to give
|
137 |
+
high level concepts like algebra, trignometry, geometry etc in your response.
|
138 |
Do not add any explanations, introduction, or comments - return ONLY valid JSON.
|
139 |
"""
|
140 |
},
|