Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
d5fb48d
1
Parent(s):
e250369
Update app.py
Browse files
app.py
CHANGED
@@ -297,6 +297,8 @@ with tab3:
|
|
297 |
profile.config.html.style.primary_colors = ['#FFD700', '#FFD700', '#FFD700'] # Define todas as cores primárias para amarelo ouro
|
298 |
profile_html = profile.to_html()
|
299 |
|
|
|
|
|
300 |
# Replace English text with Portuguese
|
301 |
profile_html = profile_html.replace("Overview", "Visão geral")
|
302 |
profile_html = profile_html.replace("Alerts", "Alertas")
|
|
|
297 |
profile.config.html.style.primary_colors = ['#FFD700', '#FFD700', '#FFD700'] # Define todas as cores primárias para amarelo ouro
|
298 |
profile_html = profile.to_html()
|
299 |
|
300 |
+
profile_html = custom_css + profile_html
|
301 |
+
|
302 |
# Replace English text with Portuguese
|
303 |
profile_html = profile_html.replace("Overview", "Visão geral")
|
304 |
profile_html = profile_html.replace("Alerts", "Alertas")
|