fschwartzer commited on
Commit
6aa4ff8
1 Parent(s): 6ce9926

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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")