CoolFace
Apppublic

productions/Data_Conversion

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
style.css19 linesDownload Raw Back to root
1#col-container {2  max-width: 800px;3  margin-left: auto;4  margin-right: auto;5}6.filenameshow{7  height:100px;8}9.uploadbutton{10  height:42px;11}12gradio-app{13  background: #f6f6f6;14  height: 100%;15  width: 100%;16}17img{18  height:100px;19}