Rakshitjan commited on
Commit
2d0a8d0
·
verified ·
1 Parent(s): 572f6b6

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -3
main.py CHANGED
@@ -308,9 +308,8 @@ async def analyze_scores(input_data: ScoreInput):
308
  3) Make sure you give out output in bullet points.
309
  4) While entering a new line in the output use "\n" new line character.
310
  5) Make the output very much JEE (Joint Entrance Examination) based and give everything with context to Physics , Chemistry and Maths JEE syllabus.
311
- 6) Use Italics, Bold and underline appropriately to improve the output more.
312
- 7) Bold text where you are taking chapter names from Physics , Chemsitry and Maths only which are in syllabus of Joint Entrance Examination.
313
- 8) Dont use "+" or any other special symbol whenever you want to break a line use "\n" to do it in the output.
314
  """
315
 
316
 
 
308
  3) Make sure you give out output in bullet points.
309
  4) While entering a new line in the output use "\n" new line character.
310
  5) Make the output very much JEE (Joint Entrance Examination) based and give everything with context to Physics , Chemistry and Maths JEE syllabus.
311
+ 6) Bold text where you are taking chapter names from Physics , Chemsitry and Maths only which are in syllabus of Joint Entrance Examination.
312
+ 7) Dont use "+" or any other special symbol whenever you want to break a line use "\n" to do it in the output.
 
313
  """
314
 
315