ericjedha commited on
Commit
db085d8
·
verified ·
1 Parent(s): e9c9ad9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -28,6 +28,7 @@ css = """
28
  font-weight: bold;
29
  padding: 10px 6px;
30
  border-radius: 4px;
 
31
  }
32
  .highlight.malin h2.output-class {
33
  font-size: 24px !important; /* Cible le <h2> à l'intérieur du span */
@@ -40,6 +41,7 @@ css = """
40
  font-weight: bold;
41
  padding: 3px 6px;
42
  border-radius: 4px;
 
43
  }
44
  .highlight.benin h2.output-class {
45
  font-size: 24px !important; /* Optionnel : si tu veux aussi appliquer à "Bénin" */
 
28
  font-weight: bold;
29
  padding: 10px 6px;
30
  border-radius: 4px;
31
+ font-size:24px;
32
  }
33
  .highlight.malin h2.output-class {
34
  font-size: 24px !important; /* Cible le <h2> à l'intérieur du span */
 
41
  font-weight: bold;
42
  padding: 3px 6px;
43
  border-radius: 4px;
44
+ font-size:24px;
45
  }
46
  .highlight.benin h2.output-class {
47
  font-size: 24px !important; /* Optionnel : si tu veux aussi appliquer à "Bénin" */