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