CSReview / app112212.py
UZMAilyas's picture
Rename app.py to app112212.py
13ad956 verified
Raw
History Blame Contribute Delete
313 Bytes
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()