Show/hide the extensions block using javascript
This commit is contained in:
parent
348596f634
commit
c1959c26ee
5 changed files with 19 additions and 3 deletions
|
@ -42,7 +42,7 @@ def create_extensions_block():
|
|||
extension.params[param] = shared.settings[_id]
|
||||
|
||||
# Creating the extension ui elements
|
||||
with gr.Box(elem_id="#extensions"):
|
||||
with gr.Box(elem_id="extensions"):
|
||||
gr.Markdown("Extensions")
|
||||
for extension, name in iterator():
|
||||
if hasattr(extension, "ui"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue