Spaces:
Sleeping
Sleeping
File size: 314 Bytes
1b2ea5d 5ad5add 1b2ea5d 5ad5add 1b2ea5d 4e6e6d6 |
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 29 30 31 32 |
css = """
#model-3d {
height: 512px;
}
#model-2d {
height: 512px;
margin: auto;
}
#upload {
height: 110px;
}
#download {
height: 47px;
width: 150px;
}
#run-button {
height: 47px;
width: 150px;
}
#toggle-button {
height: 47px;
width: 150px;
}
#logs-button {
height: 47px;
width: 150px;
}
#logs {
height: auto
}
"""
|