Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
6aa4ff8
1
Parent(s):
6ce9926
Update app.py
Browse files
app.py
CHANGED
@@ -300,6 +300,7 @@ with tab3:
|
|
300 |
profile_html = profile.to_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")
|
305 |
profile_html = profile_html.replace("Reproduction", "Reprodução")
|
|
|
300 |
profile_html = profile.to_html()
|
301 |
|
302 |
# Replace English text with Portuguese
|
303 |
+
profile_html = profile_html.replace('blue', 'gold')
|
304 |
profile_html = profile_html.replace("Overview", "Visão geral")
|
305 |
profile_html = profile_html.replace("Alerts", "Alertas")
|
306 |
profile_html = profile_html.replace("Reproduction", "Reprodução")
|