fschwartzer commited on
Commit
5737eae
1 Parent(s): 3af594d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -296,7 +296,8 @@ with tab3:
296
  # Generate the profile report
297
  with st.spinner('Carregando análise...'):
298
  profile = ProfileReport(filtered_data, title="Análise Exploratória dos Dados", explorative=True)
299
- profile.config.html.style.primary_color = '#FFD700'
 
300
  profile_html = profile.to_html()
301
 
302
  # Replace English text with Portuguese
 
296
  # Generate the profile report
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