Spaces:
Running
Running
File size: 589 Bytes
a973b7e 6d5176d a973b7e 9abd7a2 ed840ab 5be28c4 ffade67 b66ee68 9abd7a2 1805dc1 52e6754 1805dc1 92ffe9a 1805dc1 a973b7e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
#col-container {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
gradio-app{
background:url("file=QmVacftCGVBnPJ5PzZR1b9aBJVAqi93bcGadxKP37CLVv1.gif") !important;
background-repeat: no-repeat;
height: 100%;
width: 100%;
}
.filenameshow{
height:110px;
}
.uploadbutton{
height:40px;
}
#row-flex {
display: flex;
align-items: center;
justify-content: center;
}
.leftimage .rightimage{
float:left;
filter: drop-shadow(20px 20px 10px white);
}
.leftimage{
padding-top:40px;
margin-left:310px;
}
.rightimage{
padding-top:40px;
margin-right:320px;
} |