Балаганский Никита Николаевич
commited on
Commit
•
70a1745
1
Parent(s):
4e3c392
layout fix
Browse files- generator.py +1 -0
generator.py
CHANGED
@@ -67,6 +67,7 @@ class Generator:
|
|
67 |
"title": "Desired Attribute"
|
68 |
},
|
69 |
"plot_bgcolor": '#FFFFFF',
|
|
|
70 |
})
|
71 |
for i in range(max_length):
|
72 |
is_caif_step = (
|
|
|
67 |
"title": "Desired Attribute"
|
68 |
},
|
69 |
"plot_bgcolor": '#FFFFFF',
|
70 |
+
"template": "plotly_white"
|
71 |
})
|
72 |
for i in range(max_length):
|
73 |
is_caif_step = (
|