Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,10 +41,9 @@ def generate_html(ids):
|
|
| 41 |
font-family: Arial, sans-serif;
|
| 42 |
}
|
| 43 |
figcaption {
|
| 44 |
-
margin-top: 5px;
|
| 45 |
color: black;
|
| 46 |
background-color: white;
|
| 47 |
-
border-radius:
|
| 48 |
}
|
| 49 |
img {
|
| 50 |
background-color: white;
|
|
|
|
| 41 |
font-family: Arial, sans-serif;
|
| 42 |
}
|
| 43 |
figcaption {
|
|
|
|
| 44 |
color: black;
|
| 45 |
background-color: white;
|
| 46 |
+
border-radius: 1px;
|
| 47 |
}
|
| 48 |
img {
|
| 49 |
background-color: white;
|