Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
#model-3d-out { | |
height: 400px; | |
} | |
#disp_image { | |
text-align: center; /* Horizontally center the content */ | |
} | |
.centered { | |
text-align: center; /* Horizontally center the content */ | |
} | |
.centered img { | |
display: block; /* Make the image a block element */ | |
margin: 0 auto; /* Center the block element (the image) horizontally */ | |
height: 100px; | |
} | |
#prompt-container{ | |
gap: 0; | |
} | |
#prompt-container .form{ | |
border-top-right-radius: 0; | |
border-bottom-right-radius: 0; | |
} | |
#gen-button{ | |
border-top-left-radius:0; | |
border-bottom-left-radius:0; | |
} | |
.tab_at_top button.selected{ | |
font-size: 24px ; | |
} | |