Spaces:
Sleeping
Sleeping
Commit
·
7d16cd1
1
Parent(s):
c7dc6d8
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ fig.add_annotation({
|
|
67 |
"showarrow": False,
|
68 |
})
|
69 |
|
70 |
-
fig.add_bar(x=["2023-04-01","2023-04-02"], y=[-0.5, -0.5],
|
71 |
|
72 |
# fig.data.append(tmp)
|
73 |
st.plotly_chart(fig, use_container_width=True)
|
|
|
67 |
"showarrow": False,
|
68 |
})
|
69 |
|
70 |
+
fig.add_bar(x=["2023-04-01","2023-04-02"], y=[-0.5, -0.5], orientation="h", name="in progress")
|
71 |
|
72 |
# fig.data.append(tmp)
|
73 |
st.plotly_chart(fig, use_container_width=True)
|