Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -237,6 +237,8 @@ with gr.Blocks(title=TITLE) as demo:
|
|
237 |
"""
|
238 |
Select one or more professions and models from the dropdowns on the left to see which clusters are most representative for this combination.
|
239 |
Try choosing different numbers of clusters to see if the results change, and then go to the 'Profession Focus' tab to go more in-depth into these results.
|
|
|
|
|
240 |
"""
|
241 |
)
|
242 |
with gr.Row():
|
|
|
237 |
"""
|
238 |
Select one or more professions and models from the dropdowns on the left to see which clusters are most representative for this combination.
|
239 |
Try choosing different numbers of clusters to see if the results change, and then go to the 'Profession Focus' tab to go more in-depth into these results.
|
240 |
+
The `Labor Women` column provided for comparison corresponds to the gender ratio reported by the
|
241 |
+
[U.S. Bureau of Labor Statistics](https://www.bls.gov/cps/cpsaat11.htm) for each profession.
|
242 |
"""
|
243 |
)
|
244 |
with gr.Row():
|