File size: 245 Bytes
8901f41
 
a7fde31
a197b48
8901f41
104575a
a7fde31
1
2
3
4
5
6
7
8
import gradio as gr

def embed_widget_code():
    return "<iframe src='//openspeedtest.com/speedtest' style='border:none;width:100%;height:350px;'></iframe>"

iface = gr.Interface(embed_widget_code, inputs={None}, outputs="html")
iface.launch()