File size: 231 Bytes
080e73a
 
 
 
 
 
 
 
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 */
}