Spaces:
Running
Running
Update app.py
Browse files
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
|
910 |
xref='paper', yref='paper', showarrow=False, align='left',
|
911 |
-
text='
|
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)
|