cf3d1b1
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
custom_css = """
.demo-title {
text-align: center;
display: block;
margin-bottom: 0;
font-size: 2em;
}
.demo-subtitle {
text-align: center;
display: block;
margin-top: 0;
font-size: 1.5em;
}
.summary-label {
display: inline;
}
"""
|