Spaces:
Runtime error
Runtime error
| import gradio as gr | |
| with gr.Blocks() as demo: | |
| gr.HTML(""" | |
| <style> | |
| .custom-title { | |
| text-align: center; | |
| color: darkblue; | |
| font-size: 32px; | |
| font-weight: bold; | |
| } | |
| </style> | |
| <h1 class="custom-title">uzmailyas</h1> | |
| """) | |
| demo.launch() | |