cecilemacaire commited on
Commit
6d3dcaa
·
verified ·
1 Parent(s): fce03ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -37,12 +37,15 @@ def generate_html(ids):
37
  html_content += '''
38
  figure {
39
  display: inline-block;
40
- margin: 1px;
41
  text-align: center;
42
  font-family: Arial, sans-serif;
43
  }
44
  figcaption {
45
  margin-top: 5px;
 
 
 
 
46
  }
47
  img {
48
  background-color: white;
 
37
  html_content += '''
38
  figure {
39
  display: inline-block;
 
40
  text-align: center;
41
  font-family: Arial, sans-serif;
42
  }
43
  figcaption {
44
  margin-top: 5px;
45
+ color: black;
46
+ background-color: white;
47
+ padding: 5px;
48
+ border-radius: 5px;
49
  }
50
  img {
51
  background-color: white;