justheuristic commited on
Commit
edcba35
1 Parent(s): 2548609

negative vspaces FTW!

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from dashboard_utils.main_metrics import get_main_metrics
10
  st.set_page_config(page_title="Training Transformers Together - Mini-Dashboard", layout="wide")
11
  st.markdown("""<style>
12
  .reportview-container {
13
- top: -90px;
14
  }
15
  </style>""", unsafe_allow_html=True)
16
  source = get_main_metrics()
10
  st.set_page_config(page_title="Training Transformers Together - Mini-Dashboard", layout="wide")
11
  st.markdown("""<style>
12
  .reportview-container {
13
+ top: -80px;
14
  }
15
  </style>""", unsafe_allow_html=True)
16
  source = get_main_metrics()