Spaces:
Runtime error
Runtime error
<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; | |
} | |
</style> | |
</head> | |
<body> | |
{{interface_html}} | |
</body> | |
</html> |