harmdevries commited on
Commit
9195ec4
1 Parent(s): ea0b69d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,5 +66,5 @@ fig.add_annotation({
66
  "showarrow": False,
67
  })
68
 
69
- st.write(fig.layout.legend)
70
  st.plotly_chart(fig, use_container_width=True)
 
66
  "showarrow": False,
67
  })
68
 
69
+ st.write(fig.data)
70
  st.plotly_chart(fig, use_container_width=True)