Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,17 +40,17 @@ def generate_html(ids):
|
|
40 |
text-align: center;
|
41 |
font-family: Arial, sans-serif;
|
42 |
margin: 0;
|
43 |
-
border-radius: 6px;
|
44 |
}
|
45 |
figcaption {
|
46 |
color: black;
|
47 |
background-color: white;
|
48 |
-
border-radius:
|
49 |
}
|
50 |
img {
|
51 |
background-color: white;
|
52 |
margin: 0;
|
53 |
padding: 0;
|
|
|
54 |
}
|
55 |
'''
|
56 |
html_content += '</style></head><body>'
|
|
|
40 |
text-align: center;
|
41 |
font-family: Arial, sans-serif;
|
42 |
margin: 0;
|
|
|
43 |
}
|
44 |
figcaption {
|
45 |
color: black;
|
46 |
background-color: white;
|
47 |
+
border-radius: 5px;
|
48 |
}
|
49 |
img {
|
50 |
background-color: white;
|
51 |
margin: 0;
|
52 |
padding: 0;
|
53 |
+
border-radius: 6px;
|
54 |
}
|
55 |
'''
|
56 |
html_content += '</style></head><body>'
|