Spaces:
Sleeping
Sleeping
harmdevries
commited on
Commit
•
e2b6d94
1
Parent(s):
bc85373
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ for name, _ in name2repo[::-1]:
|
|
134 |
|
135 |
st.plotly_chart(fig, use_container_width=True)
|
136 |
|
137 |
-
if len(
|
138 |
with st.expander("Bad Milestones"):
|
139 |
for bms in bad_milestones:
|
140 |
st.markdown(bms + "\n\n", unsafe_allow_html=True)
|
|
|
134 |
|
135 |
st.plotly_chart(fig, use_container_width=True)
|
136 |
|
137 |
+
if len(bad_milestones):
|
138 |
with st.expander("Bad Milestones"):
|
139 |
for bms in bad_milestones:
|
140 |
st.markdown(bms + "\n\n", unsafe_allow_html=True)
|