Nazneen Rajani commited on
Commit
c347a86
1 Parent(s): 23200b3

Update error_analysis/utils/style_hacks.py

Browse files
error_analysis/utils/style_hacks.py CHANGED
@@ -1,5 +1,5 @@
1
  """
2
- placeholder for all streamlit style hacks
3
  """
4
  import streamlit as st
5
 
@@ -25,7 +25,7 @@ def init_style():
25
  width:10rem;
26
  padding:10px 10px 10px 10px;
27
  }
28
-
29
  /* Main Panel*/
30
  [data-testid="stVerticalBlock"]{
31
  margin-left: -200px;
@@ -65,11 +65,7 @@ def init_style():
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;
 
1
  """
2
+ streamlit style hacks
3
  """
4
  import streamlit as st
5
 
 
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
  [data-testid="stMarkdownContainer]{
 
 
 
69
  font-family: sans-serif;
70
  font-weight: 500;
71
  font-size: 1.5 rem !important;