import gradio as gr iframe_url = "https://r3gm-diffusecraft.hf.space" iframe_html = f""" """ with gr.Blocks(css=""" .centered-title { text-align: center; font-size: 36px; font-weight: bold; margin-bottom: 20px; } .spacer { height: 100px; /* Adjust to fill remaining space */ } """) as app: with gr.Row(): gr.Markdown( "### OdysseyXL-3.0 - Powered By [DiffuseCraft](https://r3gm-diffusecraft.hf.space)", elem_classes="centered-title" ) with gr.Row(): gr.HTML(iframe_html) with gr.Row(): gr.HTML('
') app.launch()