We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a78fd commit cc22865Copy full SHA for cc22865
src/generate_results.py
@@ -1,4 +1,3 @@
1
-from json import loads
2
from typing import Union
3
from pathlib import Path
4
from os.path import join
@@ -13,11 +12,11 @@
13
12
padding: 0;
14
}
15
16
- h3 {
17
- display: flex;
18
- justify-content: center;
19
- padding-top: 18px;
20
- }
+ h3 {
+ display: flex;
+ justify-content: center;
+ padding-top: 18px;
+ }
21
22
[id^='brax-viewer-'] {
23
margin: 0;
0 commit comments