Ceyda Cinarel commited on
Commit
0890f12
β€’
1 Parent(s): e23e50b

update streamlit beta features

Browse files
Files changed (1) hide show
  1. common_voice.py +1 -1
common_voice.py CHANGED
@@ -108,7 +108,7 @@ if attributes:
108
  # chart_data = chart_data.replace(r'^\s+$', "UNK", regex=True)
109
  stats=chart_data.groupby(attributes).size().reset_index(name='counts')
110
 
111
- col1, col2 = st.beta_columns(2)
112
 
113
  if len(attributes)>1:
114
  color=attributes[1]
 
108
  # chart_data = chart_data.replace(r'^\s+$', "UNK", regex=True)
109
  stats=chart_data.groupby(attributes).size().reset_index(name='counts')
110
 
111
+ col1, col2 = st.columns(2)
112
 
113
  if len(attributes)>1:
114
  color=attributes[1]