harmdevries commited on
Commit
20fea58
1 Parent(s): 752939f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ fig.add_annotation({
67
  "showarrow": False,
68
  })
69
 
70
- fig.add_scatter(x=["2023-04-01","2023-04-02"], y=[-0.5, -0.5], name="in progress", fill="rgb(147, 196, 125)")
71
 
72
  fig.data.append(tmp)
73
  st.plotly_chart(fig, use_container_width=True)
 
67
  "showarrow": False,
68
  })
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)