rbiswasfc commited on
Commit
801ee27
·
1 Parent(s): eb8c8f9

reset theme

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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,