fashion-collect / custom.html
epochs-demos's picture
Update custom.html
4628cef
raw
history blame
No virus
686 Bytes
<!DOCTYPE html>
<html>
<head>
<style>
/* Modify the styles according to your preferences */
.gradio-interface-container {
text-align: center;
}
.gradio-input-container {
margin-bottom: 20px;
}
.gradio-output-container {
margin-top: 20px;
}
.disclaimer {
font-size: 12px;
color: #777777;
margin-top: 20px;
text-align: center;
}
</style>
</head>
<body>
{{interface_html}}
<div class="disclaimer">
This web app is for demonstration purposes only and not intended for commercial use.
</div>
</body>
</html>