Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks(css=css) as demo:
|
|
101 |
search_box = gr.Textbox( label='Search Name', placeholder='You can search for titles with regular expressions. e.g. (?<!sur)face',max_lines=1, scale = 5)
|
102 |
with gr.Row():
|
103 |
with gr.Column(scale=1):
|
104 |
-
filter_names = gr.CheckboxGroup(choices=[
|
105 |
with gr.Column(scale=1):
|
106 |
filter_names2 = gr.CheckboxGroup(choices=['NIST AI RMF MAP','NIST AI RMF GOVERN','ISO 42001 A.8',], value=['NIST AI RMF MAP','NIST AI RMF GOVERN','ISO 42001 A.8',], label='Alignment with Key Guidance')
|
107 |
with gr.Row():
|
|
|
101 |
search_box = gr.Textbox( label='Search Name', placeholder='You can search for titles with regular expressions. e.g. (?<!sur)face',max_lines=1, scale = 5)
|
102 |
with gr.Row():
|
103 |
with gr.Column(scale=1):
|
104 |
+
filter_names = gr.CheckboxGroup(choices=["Compliance and Regulatory Guidance", "Generative AI", "Suppliers and Procurement", "Policy and Governance", "Assessing AI Systems",], value=['Compliance and Regulatory Guidance', 'Generative AI', 'Suppliers and Procurement', 'Policy and Governance', 'Assessing AI Systems',], label='Type')
|
105 |
with gr.Column(scale=1):
|
106 |
filter_names2 = gr.CheckboxGroup(choices=['NIST AI RMF MAP','NIST AI RMF GOVERN','ISO 42001 A.8',], value=['NIST AI RMF MAP','NIST AI RMF GOVERN','ISO 42001 A.8',], label='Alignment with Key Guidance')
|
107 |
with gr.Row():
|