Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
embed_widget_code = "<iframe src=
|
|
|
|
|
4 |
|
5 |
-
iface = gr.Interface(embed_widget_code, outputs="html", capture_session=False)
|
6 |
iface.launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
embed_widget_code = """<iframe src="https://openspeedtest.com/Get-widget.php" frameborder="0" scrolling="no" width="380" height="220" allowtransparency></iframe>"""
|
4 |
+
|
5 |
+
iface = gr.Interface(embed_widget_code, inputs=None, outputs="html", capture_session=False)
|
6 |
|
|
|
7 |
iface.launch()
|