rjiang12 commited on
Commit
3ba7702
·
1 Parent(s): 87b1910

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -472,8 +472,7 @@ css_adds = "#group_row {background: white; border-color: white;} \
472
  #per_attrib_label_elem {background-color: #F8FAFC;} \
473
  #accordion {border-color: #E5E7EB} \
474
  #err_msg_elem p {color: #FF0000; cursor: pointer} \
475
- #filled .tooltiptext {visibility: hidden;width:50ch;margin-left:-25ch;top: 100%;left: 50%;background-color: #222;text-align: center;border-radius: 6px;padding: 5px 0;position: absolute;z-index: 1;} \
476
- #empty .tooltiptext {visibility: hidden;width:50ch;margin-left:-25ch;top: 100%;left: 50%;background-color: #222;text-align: center;border-radius: 6px;padding: 5px 0;position: absolute;z-index: 1;} \
477
  #filled:hover .tooltiptext {visibility: visible;} \
478
  #empty:hover .tooltiptext {visibility: visible;}"
479
 
 
472
  #per_attrib_label_elem {background-color: #F8FAFC;} \
473
  #accordion {border-color: #E5E7EB} \
474
  #err_msg_elem p {color: #FF0000; cursor: pointer} \
475
+ .tooltiptext {visibility: hidden;width:50ch;margin-left:-25ch;top: 100%;left: 50%;background-color: #222;text-align: center;border-radius: 6px;padding: 5px 0;position: absolute;z-index: 1;} \
 
476
  #filled:hover .tooltiptext {visibility: visible;} \
477
  #empty:hover .tooltiptext {visibility: visible;}"
478