theme
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def render_sample(subset, pii_type):
|
|
88 |
|
89 |
|
90 |
# app layout & callback ---
|
91 |
-
with gr.Blocks(theme=gr.themes.
|
92 |
with gr.Row():
|
93 |
subset_dropdown = gr.Dropdown(
|
94 |
subsets,
|
|
|
88 |
|
89 |
|
90 |
# app layout & callback ---
|
91 |
+
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
92 |
with gr.Row():
|
93 |
subset_dropdown = gr.Dropdown(
|
94 |
subsets,
|