import gradio as gr
html = """
ControlLLM
This space is currently under maintenance due to network issues ππ
We warmly welcome you to visit our GitHub if youβre interested ππ
"""
with gr.Blocks() as demo:
name = gr.HTML(html)
demo.launch()