Spaces:
Runtime error
Runtime error
viz
Browse files
error_analysis/utils/style_hacks.py
CHANGED
@@ -25,6 +25,7 @@ def init_style():
|
|
25 |
width:10rem;
|
26 |
padding:10px 10px 10px 10px;
|
27 |
}
|
|
|
28 |
/* Main Panel*/
|
29 |
[data-testid="stVerticalBlock"]{
|
30 |
margin-left: -200px;
|
@@ -64,7 +65,11 @@ def init_style():
|
|
64 |
.sectionHeader {
|
65 |
font-size:10px;
|
66 |
}
|
|
|
67 |
[data-testid="stMarkdownContainer]{
|
|
|
|
|
|
|
68 |
font-family: sans-serif;
|
69 |
font-weight: 500;
|
70 |
font-size: 1.5 rem !important;
|
|
|
25 |
width:10rem;
|
26 |
padding:10px 10px 10px 10px;
|
27 |
}
|
28 |
+
|
29 |
/* Main Panel*/
|
30 |
[data-testid="stVerticalBlock"]{
|
31 |
margin-left: -200px;
|
|
|
65 |
.sectionHeader {
|
66 |
font-size:10px;
|
67 |
}
|
68 |
+
<<<<<<< HEAD
|
69 |
[data-testid="stMarkdownContainer]{
|
70 |
+
=======
|
71 |
+
.heading-1 {
|
72 |
+
>>>>>>> c3dcac87ad5f4367f179e8d63e26acdc5aeaf7f0
|
73 |
font-family: sans-serif;
|
74 |
font-weight: 500;
|
75 |
font-size: 1.5 rem !important;
|