oconnoob commited on
Commit
e891a39
·
1 Parent(s): ce40cd6

Update app/helpers.py

Browse files
Files changed (1) hide show
  1. 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])