import gradio as gr html_content = """ """ with gr.Blocks() as demo: gr.HTML(html_content) if __name__ == "__main__": demo.launch()