Rakshitjan commited on
Commit
9a35242
·
verified ·
1 Parent(s): 420405b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -82,6 +82,7 @@ async def analyze_scores(input_data: ScoreInput):
82
  5) Make the output very much JEE (Joint Entrance Examination) based and give everything with context to Physics , Chemistry and Maths JEE syllabus.
83
  6) Use Italics, Bold and underline appropriately to improve the output more.
84
  7) Bold text where you are taking chapter names from Physics , Chemsitry and Maths only which are in syllabus of Joint Entrance Examination.
 
85
  """
86
 
87
 
 
82
  5) Make the output very much JEE (Joint Entrance Examination) based and give everything with context to Physics , Chemistry and Maths JEE syllabus.
83
  6) Use Italics, Bold and underline appropriately to improve the output more.
84
  7) Bold text where you are taking chapter names from Physics , Chemsitry and Maths only which are in syllabus of Joint Entrance Examination.
85
+ 8) Dont use "+" or any other special symbol whenever you want to break a line use "\n" to do it in the output.
86
  """
87
 
88