Spaces:
Runtime error
Runtime error
Ceyda Cinarel
commited on
Commit
β’
0890f12
1
Parent(s):
e23e50b
update streamlit beta features
Browse files- 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.
|
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]
|