yjernite HF staff commited on
Commit
cacde98
·
1 Parent(s): dba8b67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ with gr.Blocks(title=TITLE) as demo:
241
  c = gr.Plot(label="How many images from each system?")
242
  c_desc = gr.HTML(label="")
243
  with gr.Column(scale=1):
244
- b = gr.Plot(label="How many gender terms are represented?")
245
  b_desc = gr.HTML(label="")
246
  with gr.Column(scale=2):
247
  d = gr.Plot(label="Which ethnicity terms are present?")
 
241
  c = gr.Plot(label="How many images from each system?")
242
  c_desc = gr.HTML(label="")
243
  with gr.Column(scale=1):
244
+ b = gr.Plot(label="Which gender terms are represented?")
245
  b_desc = gr.HTML(label="")
246
  with gr.Column(scale=2):
247
  d = gr.Plot(label="Which ethnicity terms are present?")