import gradio as gr # كود التوجيه الفوري وكسر الإطار html_code = """ """ with gr.Blocks() as demo: gr.HTML(html_code) demo.launch()