Danjari commited on
Commit
4c1a5bb
1 Parent(s): 32c1c52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -538,7 +538,7 @@ if selected == "Visualisation":
538
 
539
  paragraphs = [
540
  "Graduation Rate:",
541
- "A smaller proportion of female students graduate compared to their male 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%."]
 
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%."]