Spaces:
Running
on
Zero
Running
on
Zero
Martín Santillán Cooper
commited on
Commit
•
a89905d
1
Parent(s):
1eece35
Add 'example' to the sidebar title
Browse files- src/app.py +1 -1
src/app.py
CHANGED
@@ -251,7 +251,7 @@ with gr.Blocks(
|
|
251 |
)
|
252 |
with gr.Row(elem_classes="column-gap"):
|
253 |
with gr.Column(scale=0, elem_classes="no-gap"):
|
254 |
-
title_display_left = gr.HTML("<h2>
|
255 |
accordions = []
|
256 |
catalog_buttons: dict[str, dict[str, gr.Button]] = {}
|
257 |
for i, (sub_catalog_name, sub_catalog) in enumerate(catalog.items()):
|
|
|
251 |
)
|
252 |
with gr.Row(elem_classes="column-gap"):
|
253 |
with gr.Column(scale=0, elem_classes="no-gap"):
|
254 |
+
title_display_left = gr.HTML("<h2>Example Risks</h2>", elem_classes=["subtitle", "subtitle-harms"])
|
255 |
accordions = []
|
256 |
catalog_buttons: dict[str, dict[str, gr.Button]] = {}
|
257 |
for i, (sub_catalog_name, sub_catalog) in enumerate(catalog.items()):
|