File size: 273 Bytes
ddc22b2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
css = """
#model-3d {
height: 512px;
}
#model-2d {
height: 512px;
margin: auto;
}
#upload {
height: 110px;
}
#run-button {
height: 110px;
width: 150px;
}
#toggle-button {
height: 47px;
width: 150px;
}
#logs-button {
height: 47px;
width: 150px;
}
#logs {
height: auto
}
"""
|