Change notebook mode appearance
This commit is contained in:
parent
9ff6a538b6
commit
1c77fdca4c
5 changed files with 33 additions and 14 deletions
|
@ -63,8 +63,8 @@ def create_extensions_block():
|
|||
|
||||
# Creating the extension ui elements
|
||||
if should_display_ui:
|
||||
with gr.Box(elem_id="extensions"):
|
||||
gr.Markdown("Extensions")
|
||||
with gr.Column(elem_id="extensions"):
|
||||
for extension, name in iterator():
|
||||
gr.Markdown(f"\n### {name}")
|
||||
if hasattr(extension, "ui"):
|
||||
extension.ui()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue