Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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
|