AmenRa commited on
Commit
26a97c8
·
1 Parent(s): c1468b1
Files changed (2) hide show
  1. src/about.py +1 -2
  2. src/display/css_html_js.py +0 -2
src/about.py CHANGED
@@ -26,8 +26,7 @@ NUM_FEWSHOT = 0 # Change with your few shot
26
 
27
  # Your leaderboard name
28
  TITLE = """<div id="logo-container">
29
- <img id="guardbench-logo" src="https://repository-images.githubusercontent.com/837144095/f9e0cced-dd7d-4a3f-b77a-f77dd3746b20" alt="guardbench-logo">
30
- <h1>A Leaderboard for Guardrail Models</h1>
31
  </div>"""
32
 
33
  # What does your leaderboard evaluate?
 
26
 
27
  # Your leaderboard name
28
  TITLE = """<div id="logo-container">
29
+ <img id="guardbench-logo" src="https://repository-images.githubusercontent.com/837144095/8190ad0e-e9ff-4dda-9116-644d62d6b886" alt="guardbench-logo">
 
30
  </div>"""
31
 
32
  # What does your leaderboard evaluate?
src/display/css_html_js.py CHANGED
@@ -106,7 +106,6 @@ custom_css += """
106
 
107
  #logo-container {
108
  text-align: center;
109
- max-heigth: 280px;
110
  }
111
 
112
  #guardbench-logo{
@@ -115,7 +114,6 @@ custom_css += """
115
  margin-right: auto;
116
  width: 50%;
117
  max-width: 640px;
118
- object-fit: cover;
119
  }
120
  """
121
  # Custom css end
 
106
 
107
  #logo-container {
108
  text-align: center;
 
109
  }
110
 
111
  #guardbench-logo{
 
114
  margin-right: auto;
115
  width: 50%;
116
  max-width: 640px;
 
117
  }
118
  """
119
  # Custom css end