Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -538,7 +538,7 @@ if selected == "Visualisation":
|
|
538 |
|
539 |
paragraphs = [
|
540 |
"Graduation Rate:",
|
541 |
-
"A smaller proportion of
|
542 |
"Dropout Rate:",
|
543 |
"The dropout rate for female students is significantly lower than for males, with about 20% of females dropping out.",
|
544 |
"The dropout rate for males is lower than their graduation rate but still substantial, roughly around 30%."]
|
|
|
538 |
|
539 |
paragraphs = [
|
540 |
"Graduation Rate:",
|
541 |
+
"A smaller proportion of male students graduate compared to their female counterparts,as indicated by the green bars. Females show approximately a 60% graduation rate, while males reach almost 40%.",
|
542 |
"Dropout Rate:",
|
543 |
"The dropout rate for female students is significantly lower than for males, with about 20% of females dropping out.",
|
544 |
"The dropout rate for males is lower than their graduation rate but still substantial, roughly around 30%."]
|