datacipen commited on
Commit
e9cc3a1
·
verified ·
1 Parent(s): e79105d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
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),1,1,
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)