AeroPath / demo /src /css_style.py
andreped's picture
Fixed CSS styling after gradio update
5ad5add
raw
history blame
No virus
314 Bytes
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
}
"""