doyu commited on
Commit
16ef9f6
1 Parent(s): 324f6f6

add fake dashboard

Browse files
Files changed (2) hide show
  1. app.py +3 -5
  2. sprint-management.png +0 -0
app.py CHANGED
@@ -5,13 +5,11 @@ GSHEET_URL = "https://docs.google.com/spreadsheets/d/1DNoNf4glcuMxKoVzHVrFo-Mktm
5
 
6
  st.set_page_config(page_title="Project Time report", layout="centered")
7
 
8
- st.write('XXXXX Add dash board with KPI panels here! (e.g. total time spent, remaining time, velocity, e.t.c)')
9
-
10
- st.title("Project Time report!")
11
 
 
12
  pr = Project('keys.json')
13
-
14
-
15
  form = st.form(key="annotation")
16
  with form:
17
  cols = st.columns((1, 1))
 
5
 
6
  st.set_page_config(page_title="Project Time report", layout="centered")
7
 
8
+ st.title('KPI Dash board')
9
+ st.image('sprint-management.png')
 
10
 
11
+ st.markdown("### Report time spent per BI #")
12
  pr = Project('keys.json')
 
 
13
  form = st.form(key="annotation")
14
  with form:
15
  cols = st.columns((1, 1))
sprint-management.png ADDED