Rakshitjan commited on
Commit
d651ab3
·
verified ·
1 Parent(s): 57d8b65

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -22,13 +22,13 @@ chemistry_chapters = {
22
  "some basic concepts in chemistry", "atomic structure", "chemical bonding and molecular structure",
23
  "chemical thermodynamics", "solutions", "equilibrium", "redox reactions and electrochemistry",
24
  "chemical kinetics", "classifications of elements and periodicity in properties", "p- block elements",
25
- "d - and f - block elements", "c-ordination compounds", "purification and characterisation of organic compounds",
26
  "some basic principles of organic chemistry", "hydrocarbons", "organic compounds containing halogens",
27
  "organic compounds containing oxygen", "organic compounds containing nitrogen", "biomolecules"
28
  }
29
 
30
  maths_chapters = {
31
- "sets, relations and functions", "complex numbers and quadratic equations", "matrices and determinants",
32
  "permutations and combinations", "binomial theorem", "sequence and series", "limits, continuity, and diffrentiability",
33
  "integral calculus", "diffrential equations", "co-ordinate geometry", "straight lines", "circle and conic sections",
34
  "three dimensional geometry", "vector algebra", "statistics and probability", "trigonometry"
 
22
  "some basic concepts in chemistry", "atomic structure", "chemical bonding and molecular structure",
23
  "chemical thermodynamics", "solutions", "equilibrium", "redox reactions and electrochemistry",
24
  "chemical kinetics", "classifications of elements and periodicity in properties", "p- block elements",
25
+ "d - and f - block elements", "co-ordination compounds", "purification and characterisation of organic compounds",
26
  "some basic principles of organic chemistry", "hydrocarbons", "organic compounds containing halogens",
27
  "organic compounds containing oxygen", "organic compounds containing nitrogen", "biomolecules"
28
  }
29
 
30
  maths_chapters = {
31
+ "sets, relation and functions", "complex numbers and quadratic equations", "matrices and determinants",
32
  "permutations and combinations", "binomial theorem", "sequence and series", "limits, continuity, and diffrentiability",
33
  "integral calculus", "diffrential equations", "co-ordinate geometry", "straight lines", "circle and conic sections",
34
  "three dimensional geometry", "vector algebra", "statistics and probability", "trigonometry"