fschwartzer commited on
Commit
02c529e
1 Parent(s): 5737eae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -297,7 +297,7 @@ with tab3:
297
  with st.spinner('Carregando análise...'):
298
  profile = ProfileReport(filtered_data, title="Análise Exploratória dos Dados", explorative=True)
299
  print(profile.config.json(indent=4))
300
- #profile.config.html.style.primary_color = '#FFD700'
301
  profile_html = profile.to_html()
302
 
303
  # Replace English text with Portuguese
 
297
  with st.spinner('Carregando análise...'):
298
  profile = ProfileReport(filtered_data, title="Análise Exploratória dos Dados", explorative=True)
299
  print(profile.config.json(indent=4))
300
+ profile.config.html.style.primary_colors = ['#FFD700', '#FFD700', '#FFD700'] # Define todas as cores primárias para amarelo ouro
301
  profile_html = profile.to_html()
302
 
303
  # Replace English text with Portuguese