leavoigt commited on
Commit
ce7f542
1 Parent(s): 19a3b41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -122,6 +122,7 @@ if 'key0' in st.session_state:
122
  title='Label Counts',
123
  hover_name="Count",
124
  color_discrete_sequence=px.colors.qualitative.Plotly
 
125
 
126
  #Show plot
127
  st.plotly_chart(fig, use_container_width=True)
 
122
  title='Label Counts',
123
  hover_name="Count",
124
  color_discrete_sequence=px.colors.qualitative.Plotly
125
+ )
126
 
127
  #Show plot
128
  st.plotly_chart(fig, use_container_width=True)