agh123 commited on
Commit
701911b
·
1 Parent(s): 124754e

update header

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. src/components/header.py +1 -2
.gitignore CHANGED
@@ -43,3 +43,4 @@ ENV/
43
 
44
  # Streamlit secrets
45
  .streamlit/secrets.toml
 
 
43
 
44
  # Streamlit secrets
45
  .streamlit/secrets.toml
46
+ .DS_Store
src/components/header.py CHANGED
@@ -78,13 +78,12 @@ def render_contribution_guide():
78
  def render_header():
79
  """Render the application header with logos"""
80
  # Logo paths
81
- hf_logo_path = Path("src/static/images/hf-logo.png")
82
  pocketpal_logo_path = Path("src/static/images/pocketpal-ai-logo.png")
83
 
84
  header_html = f"""
85
  <div class="header-container">
86
  <div class="logos-container">
87
- <img src="data:image/png;base64,{get_image_base64(hf_logo_path)}" class="logo" alt="Hugging Face Logo">
88
  <img src="data:image/png;base64,{get_image_base64(pocketpal_logo_path)}" class="logo pocketpal" alt="PocketPal AI Logo">
89
  </div>
90
  <h1 class="header-title">AI Phone Leaderboard</h1>
 
78
  def render_header():
79
  """Render the application header with logos"""
80
  # Logo paths
81
+ #pocketpal_logo_path = Path("src/static/images/pocketpal-ai-logo-new-year.png")
82
  pocketpal_logo_path = Path("src/static/images/pocketpal-ai-logo.png")
83
 
84
  header_html = f"""
85
  <div class="header-container">
86
  <div class="logos-container">
 
87
  <img src="data:image/png;base64,{get_image_base64(pocketpal_logo_path)}" class="logo pocketpal" alt="PocketPal AI Logo">
88
  </div>
89
  <h1 class="header-title">AI Phone Leaderboard</h1>