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; | |
| } | |
| .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> |