Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/society-ethics/DiffusionClustering
Browse files
app.py
CHANGED
@@ -238,6 +238,8 @@ with gr.Blocks(title=TITLE) as demo:
|
|
238 |
"""
|
239 |
Select one or more professions and models from the dropdowns on the left to see which clusters are most representative for this combination.
|
240 |
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.
|
|
|
|
|
241 |
"""
|
242 |
)
|
243 |
with gr.Row():
|
|
|
238 |
"""
|
239 |
Select one or more professions and models from the dropdowns on the left to see which clusters are most representative for this combination.
|
240 |
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.
|
241 |
+
The `Labor Women` column provided for comparison corresponds to the gender ratio reported by the
|
242 |
+
[U.S. Bureau of Labor Statistics](https://www.bls.gov/cps/cpsaat11.htm) for each profession.
|
243 |
"""
|
244 |
)
|
245 |
with gr.Row():
|