Spaces:
Running
Running
cecilemacaire
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -44,9 +44,12 @@ def generate_html(ids):
|
|
44 |
margin-top: 5px;
|
45 |
color: black;
|
46 |
background-color: white;
|
|
|
47 |
}
|
48 |
img {
|
49 |
background-color: white;
|
|
|
|
|
50 |
}
|
51 |
'''
|
52 |
html_content += '</style></head><body>'
|
|
|
44 |
margin-top: 5px;
|
45 |
color: black;
|
46 |
background-color: white;
|
47 |
+
border-radius: 5px;
|
48 |
}
|
49 |
img {
|
50 |
background-color: white;
|
51 |
+
margin: 1px;
|
52 |
+
padding: 0;
|
53 |
}
|
54 |
'''
|
55 |
html_content += '</style></head><body>'
|