Spaces:
Sleeping
Sleeping
terminate string literal
Browse files
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;} \
|