Update main.py
Browse files
main.py
CHANGED
@@ -327,8 +327,8 @@ async def on_chat_start():
|
|
327 |
fig_activites_autonomie_entreprise.add_trace(go.Bar(
|
328 |
x=df_activites_autonomie_chiffrage_entreprise.columns[1:],
|
329 |
y=list(df_activites_autonomie_chiffrage_entreprise.loc[df_activites_autonomie_chiffrage_entreprise["taille_entreprise"]==category][list(df_activites_autonomie_chiffrage_entreprise.columns[1:])].transpose().iloc[:,0]), orientation='h', textposition='inside', textangle=0, textfont_color='white',
|
330 |
-
name=str(category)
|
331 |
-
)
|
332 |
)
|
333 |
|
334 |
fig_activites_autonomie_entreprise.update_layout(title='Activités d\'un CAA junior par taille entreprise', xaxis_tickfont_size=10, yaxis_tickfont_size=10, autosize=False, width=600, height=600)
|
|
|
327 |
fig_activites_autonomie_entreprise.add_trace(go.Bar(
|
328 |
x=df_activites_autonomie_chiffrage_entreprise.columns[1:],
|
329 |
y=list(df_activites_autonomie_chiffrage_entreprise.loc[df_activites_autonomie_chiffrage_entreprise["taille_entreprise"]==category][list(df_activites_autonomie_chiffrage_entreprise.columns[1:])].transpose().iloc[:,0]), orientation='h', textposition='inside', textangle=0, textfont_color='white',
|
330 |
+
name=str(category)
|
331 |
+
),1,1,
|
332 |
)
|
333 |
|
334 |
fig_activites_autonomie_entreprise.update_layout(title='Activités d\'un CAA junior par taille entreprise', xaxis_tickfont_size=10, yaxis_tickfont_size=10, autosize=False, width=600, height=600)
|