michal commited on
Commit
ccab79e
·
1 Parent(s): 73f2d72
Files changed (2) hide show
  1. app.py +1 -1
  2. src/styles.py +3 -0
app.py CHANGED
@@ -29,7 +29,7 @@ with main:
29
  gr.HTML(HEADER_TITLE)
30
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
31
  with gr.Tab("🏅 LLMZSZL"):
32
- gr.Markdown("""## Overall scores""")
33
  # Checkbox to toggle column visibility
34
  columns_selector = gr.CheckboxGroup(
35
  choices=ORDER_LIST,
 
29
  gr.HTML(HEADER_TITLE)
30
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
31
  with gr.Tab("🏅 LLMZSZL"):
32
+ gr.Markdown(MAIN_DESC)
33
  # Checkbox to toggle column visibility
34
  columns_selector = gr.CheckboxGroup(
35
  choices=ORDER_LIST,
src/styles.py CHANGED
@@ -178,3 +178,6 @@ polygon_svg = """
178
  </svg>
179
  </a>
180
  """
 
 
 
 
178
  </svg>
179
  </a>
180
  """
181
+
182
+
183
+ highlight_color = '#E52713'