Spaces:
Build error
Build error
Update PanelInterface.py
Browse files- PanelInterface.py +1 -1
PanelInterface.py
CHANGED
|
@@ -123,5 +123,5 @@ function showModal(event, id) {
|
|
| 123 |
""" % json.dumps(bios_js_object)
|
| 124 |
|
| 125 |
demo.append(gr.HTML(modal_script))
|
| 126 |
-
|
| 127 |
|
|
|
|
| 123 |
""" % json.dumps(bios_js_object)
|
| 124 |
|
| 125 |
demo.append(gr.HTML(modal_script))
|
| 126 |
+
return demo
|
| 127 |
|