justheuristic commited on
Commit
01cd284
1 Parent(s): f474fb7

open in new tab

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -9,8 +9,6 @@ from dashboard_utils.main_metrics import get_main_metrics
9
 
10
  st.set_page_config(page_title="Training Transformers Together - Mini-Dashboard", layout="wide")
11
 
12
- st.markdown("PEWPEWPEW")
13
-
14
  source = get_main_metrics()
15
  st.vega_lite_chart(
16
  source, {
@@ -41,5 +39,3 @@ st.vega_lite_chart(
41
  },
42
  use_container_width=True, # breaks on <600px screens
43
  )
44
-
45
- st.markdown("<p></p>", unsafe_allow_html=True)
 
9
 
10
  st.set_page_config(page_title="Training Transformers Together - Mini-Dashboard", layout="wide")
11
 
 
 
12
  source = get_main_metrics()
13
  st.vega_lite_chart(
14
  source, {
 
39
  },
40
  use_container_width=True, # breaks on <600px screens
41
  )