harmdevries commited on
Commit
ea0b69d
1 Parent(s): 7e2623c

Update app.py

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