Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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", "
|
| 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,
|
| 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"
|