kovacsvi commited on
Commit
407c5e0
·
1 Parent(s): e925973

alternate css for bold tab names

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ from utils import download_hf_models
20
 
21
  css = """
22
  /* Make only the active tab bold */
23
- button[data-testid="block-tabs-tab"][aria-selected="true"] {
24
  font-weight: bold;
25
  }
26
  """
 
20
 
21
  css = """
22
  /* Make only the active tab bold */
23
+ .svelte-1uw5tnk[aria-selected="true"] {
24
  font-weight: bold;
25
  }
26
  """