Lisa Dunlap commited on
Commit
48b3868
β€’
1 Parent(s): 4ed001b

remove commented code

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -516,10 +516,6 @@ We thank [Kaggle](https://www.kaggle.com/), [MBZUAI](https://mbzuai.ac.ae/), [a1
516
  def build_demo(elo_results_file, leaderboard_table_file):
517
  text_size = gr.themes.sizes.text_lg
518
  theme = gr.themes.Base(text_size=text_size)
519
- # theme.set(button_secondary_background_fill_hover="*primary_300",
520
- # button_secondary_background_fill_hover_dark="*primary_700",
521
- # link_text_color_dark="*primary_200", link_text_color_hover="*secondary_700",
522
- # link_text_color="*secondary_600", link_text_color_active="*secondary_600", link_text_color_active_dark="*secondary_500")
523
  theme.set(button_secondary_background_fill_hover="*primary_300",
524
  button_secondary_background_fill_hover_dark="*primary_700")
525
  with gr.Blocks(
 
516
  def build_demo(elo_results_file, leaderboard_table_file):
517
  text_size = gr.themes.sizes.text_lg
518
  theme = gr.themes.Base(text_size=text_size)
 
 
 
 
519
  theme.set(button_secondary_background_fill_hover="*primary_300",
520
  button_secondary_background_fill_hover_dark="*primary_700")
521
  with gr.Blocks(