Spaces:
Sleeping
Sleeping
File size: 231 Bytes
c2df7af | 1 2 3 4 5 6 7 8 | /* gradio.css */
/* Target the images within the gradio app */
img {
width: 1024px; /* Set width directly */
height: 768px; /* Set height directly */
margin: 10px; /* Optional: add some space around the images */
} |