import gradio as gr def embed_widget_code(): return "" iface = gr.Interface(embed_widget_code, inputs={None}, outputs="html") iface.launch()