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