om-app commited on
Commit
104575a
·
1 Parent(s): a197b48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,5 +3,5 @@ import gradio as gr
3
  def embed_widget_code():
4
  return "<iframe src='//openspeedtest.com/speedtest' style='border:none;width:100%;height:350px;'></iframe>"
5
 
6
- iface = gr.Interface(embed_widget_code, inputs={}, outputs="html")
7
  iface.launch()
 
3
  def embed_widget_code():
4
  return "<iframe src='//openspeedtest.com/speedtest' style='border:none;width:100%;height:350px;'></iframe>"
5
 
6
+ iface = gr.Interface(embed_widget_code, inputs={None}, outputs="html")
7
  iface.launch()