import gradio as gr with open("index.html", "r", encoding="utf-8") as f: html_content = f.read() with gr.Blocks(title="pass@k — Homogène vs Dynamique sur SWE-bench Lite") as demo: gr.HTML(html_content) demo.launch()