om-app commited on
Commit
085bfbd
·
1 Parent(s): 7a587d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,5 +14,5 @@ def embed_widget_code():
14
  <!-- OST Widget code end -->
15
  ''')
16
 
17
- iface = gr.Interface(fn=embed_widget_code, inputs={}, outputs="html")
18
  iface.launch()
 
14
  <!-- OST Widget code end -->
15
  ''')
16
 
17
+ iface = gr.Interface(fn=embed_widget_code, inputs=None, outputs="html")
18
  iface.launch()