Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
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?")
|