Spaces:
Sleeping
Sleeping
/* 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 */ | |
} |