Spaces:
Sleeping
Sleeping
Commit
·
7812881
1
Parent(s):
0acf06d
Update app.py
Browse files
app.py
CHANGED
@@ -67,8 +67,8 @@ fig.add_annotation({
|
|
67 |
"showarrow": False,
|
68 |
})
|
69 |
|
70 |
-
st.write(fig.data
|
71 |
-
tmp = copy.deepcopy(fig.data[0]
|
72 |
# tmp[0]["fillcolor"] = 'rgb(147, 196, 125)'
|
73 |
# tmp[0]["legendgroup"] = 'rgb(147, 196, 125)'
|
74 |
# tmp[0]['name'] = 'in progress'
|
|
|
67 |
"showarrow": False,
|
68 |
})
|
69 |
|
70 |
+
st.write(fig.data)
|
71 |
+
tmp = copy.deepcopy(fig.data[0])
|
72 |
# tmp[0]["fillcolor"] = 'rgb(147, 196, 125)'
|
73 |
# tmp[0]["legendgroup"] = 'rgb(147, 196, 125)'
|
74 |
# tmp[0]['name'] = 'in progress'
|