File size: 295 Bytes
8901f41
 
353ffff
 
 
102a571
728450f
1
2
3
4
5
6
7
8
import gradio as gr

embed_widget_code = """<iframe src="https://openspeedtest.com/Get-widget.php" frameborder="0" scrolling="no" width="380" height="220" allowtransparency></iframe>"""

iface = gr.Interface(embed_widget_code, inputs=None, outputs="html", capture_session=False)

iface.launch()