datacipen commited on
Commit
cf0f5e2
·
verified ·
1 Parent(s): 7b25a17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -906,9 +906,9 @@ def create_repartition(array_value, selectedData, theme):
906
  }
907
  ],
908
  },font=dict(size=10),paper_bgcolor=paper_bgcolor,autosize=True,clickmode='event+select'
909
- ).add_annotation(x=0, y=0.85, xanchor='left', yanchor='bottom',
910
  xref='paper', yref='paper', showarrow=False, align='left',
911
- text='<b>{}</b><br>La répartition géographique des emplois'.format(customEmplois))
912
 
913
  ######## Compétences professionnelles ########
914
  df_FT.dropna(subset=['qualitesProfessionnelles','formations','competences'], inplace=True)
 
906
  }
907
  ],
908
  },font=dict(size=10),paper_bgcolor=paper_bgcolor,autosize=True,clickmode='event+select'
909
+ ).add_annotation(x=0, y=-0.85, xanchor='left', yanchor='bottom',
910
  xref='paper', yref='paper', showarrow=False, align='left',
911
+ text='La répartition géographique des emplois<br><b>{}</b>'.format(customEmplois),font=dict(size=12))
912
 
913
  ######## Compétences professionnelles ########
914
  df_FT.dropna(subset=['qualitesProfessionnelles','formations','competences'], inplace=True)