om-app commited on
Commit
cfb7e37
·
1 Parent(s): 76e0abd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -15,5 +15,7 @@ def embed_widget_code():
15
  ''')
16
 
17
  iface = gr.Interface(embed_widget_code, inputs={}, outputs="html",
18
- title="OpenSpeedtest Widget", theme="compact")
 
 
19
  iface.launch()
 
15
  ''')
16
 
17
  iface = gr.Interface(embed_widget_code, inputs={}, outputs="html",
18
+ examples=[], enable_queue=True,
19
+ layout="unaligned", capture_session=True)
20
+
21
  iface.launch()