import gradio as gr _HTML = """ """ HTML = """ """ def webgl(): return ("" + HTML + "") demo = gr.Interface( webgl, None, ["html"], ) demo.launch()