RKocielnik commited on
Commit
bfe9f8e
·
verified ·
1 Parent(s): 98948d7

terminate string literal

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -761,7 +761,7 @@ soft = gr.themes.Soft(
761
  button_primary_background_fill='*primary_400'
762
  )
763
 
764
- css_adds = "#top_steps_grp {background: white; overflow: scroll; flex-direction: row;}
765
  #group_row {background: white; border-color: white;} \
766
  #attribute_row {background: white; border-color: white;} \
767
  #tested_model_row {background: white; border-color: white;} \
 
761
  button_primary_background_fill='*primary_400'
762
  )
763
 
764
+ css_adds = "#top_steps_grp {background: white; overflow: scroll; flex-direction: row;} \
765
  #group_row {background: white; border-color: white;} \
766
  #attribute_row {background: white; border-color: white;} \
767
  #tested_model_row {background: white; border-color: white;} \