Spaces:
Build error
Build error
Update app/helpers.py
Browse files- app/helpers.py +1 -1
app/helpers.py
CHANGED
@@ -442,7 +442,7 @@ def make_content_safety_fig(cont_safety_summary):
|
|
442 |
|
443 |
# Update the content figure plot
|
444 |
content_fig.update_layout({'plot_bgcolor': 'rgba(107, 43, 214, 0.1)'})
|
445 |
-
content_fig.update(showlegend=False)
|
446 |
|
447 |
# Scales axes appropriately
|
448 |
content_fig.update_xaxes(range=[0, 1])
|
|
|
442 |
|
443 |
# Update the content figure plot
|
444 |
content_fig.update_layout({'plot_bgcolor': 'rgba(107, 43, 214, 0.1)'})
|
445 |
+
#content_fig.update(showlegend=False)
|
446 |
|
447 |
# Scales axes appropriately
|
448 |
content_fig.update_xaxes(range=[0, 1])
|