Spaces:
Runtime error
Runtime error
add fake dashboard
Browse files- app.py +3 -5
- 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.
|
| 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
|