ak0601 commited on
Commit
32276d0
·
verified ·
1 Parent(s): 2228f65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 topics like algebra, trignometry, geometry etc in your response.
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
  },