Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -108,8 +108,8 @@ if 'key0' in st.session_state:
|
|
108 |
# Pie chart
|
109 |
with col1:
|
110 |
|
111 |
-
|
112 |
-
|
113 |
# Create a df that stores how often the labels appear
|
114 |
df_count = pd.DataFrame(list(label_dict.items()), columns=['Label ID', 'Label'])
|
115 |
|
|
|
108 |
# Pie chart
|
109 |
with col1:
|
110 |
|
111 |
+
st.write(type(st.session_state['key0']))
|
112 |
+
st.write(st.session_state['key0'])
|
113 |
# Create a df that stores how often the labels appear
|
114 |
df_count = pd.DataFrame(list(label_dict.items()), columns=['Label ID', 'Label'])
|
115 |
|