Spaces:
Sleeping
Sleeping
Commit
·
e2a5c6f
1
Parent(s):
20fea58
Update app.py
Browse files
app.py
CHANGED
@@ -69,5 +69,5 @@ fig.add_annotation({
|
|
69 |
|
70 |
fig.add_scatter(x=["2023-04-01","2023-04-02"], y=[-0.5, -0.5], name="in progress", fillcolor="rgb(147, 196, 125)")
|
71 |
|
72 |
-
fig.data.append(tmp)
|
73 |
st.plotly_chart(fig, use_container_width=True)
|
|
|
69 |
|
70 |
fig.add_scatter(x=["2023-04-01","2023-04-02"], y=[-0.5, -0.5], name="in progress", fillcolor="rgb(147, 196, 125)")
|
71 |
|
72 |
+
# fig.data.append(tmp)
|
73 |
st.plotly_chart(fig, use_container_width=True)
|