embed / app.py
om-app's picture
Update app.py
728450f
raw
history blame
257 Bytes
import gradio as gr
embed_widget_code = "<iframe src='https://openspeedtest.com/Get-widget.php?v=0.0.1' style='border:none;height:190px;width:100%;' ></iframe>"
iface = gr.Interface(embed_widget_code, outputs="html", capture_session=False)
iface.launch()