rbiswasfc commited on
Commit
eb8c8f9
·
1 Parent(s): 36da3fb
Files changed (1) hide show
  1. app.py +1 -1
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.Default(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink)) 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.Row():
93
  subset_dropdown = gr.Dropdown(
94
  subsets,