Update app.py
Browse files
app.py
CHANGED
|
@@ -109,7 +109,7 @@ with gr.Blocks(css=css, theme=gr.themes.Default(primary_hue="blue", secondary_hu
|
|
| 109 |
filter_names = gr.CheckboxGroup(choices=["Responsible AI 101", "Responsible AI Governance", "AI System Risk and Assurance", "Generative and Agentic AI", "AI Regulation and Compliance", "AI Procurement"], value=["Responsible AI 101", "Responsible AI Governance", "AI System Risk and Assurance", "Generative and Agentic AI", "AI Regulation and Compliance", "AI Procurement"], label='Type')
|
| 110 |
filter_names2 = gr.CheckboxGroup(choices=['Deck','Document/Report','Infogrphic','Video/Audio','Repository/Directory',], value=['Deck','Document/Report','Infogrphic','Video/Audio','Repository/Directory',], label='Type (Format)')
|
| 111 |
with gr.Row():
|
| 112 |
-
show_filter_checkbox = gr.Checkbox(label="
|
| 113 |
filter_names3 = gr.CheckboxGroup(choices=[
|
| 114 |
"AIImpacts",
|
| 115 |
"AIAssessment&Audit",
|
|
|
|
| 109 |
filter_names = gr.CheckboxGroup(choices=["Responsible AI 101", "Responsible AI Governance", "AI System Risk and Assurance", "Generative and Agentic AI", "AI Regulation and Compliance", "AI Procurement"], value=["Responsible AI 101", "Responsible AI Governance", "AI System Risk and Assurance", "Generative and Agentic AI", "AI Regulation and Compliance", "AI Procurement"], label='Type')
|
| 110 |
filter_names2 = gr.CheckboxGroup(choices=['Deck','Document/Report','Infogrphic','Video/Audio','Repository/Directory',], value=['Deck','Document/Report','Infogrphic','Video/Audio','Repository/Directory',], label='Type (Format)')
|
| 111 |
with gr.Row():
|
| 112 |
+
show_filter_checkbox = gr.Checkbox(label="Filter on Hashtags", value=False)
|
| 113 |
filter_names3 = gr.CheckboxGroup(choices=[
|
| 114 |
"AIImpacts",
|
| 115 |
"AIAssessment&Audit",
|