leavoigt commited on
Commit
ccc6bed
1 Parent(s): 77cdf42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -108,8 +108,8 @@ if 'key0' in st.session_state:
108
  # Pie chart
109
  with col1:
110
 
111
- print(type(st.session_state['key0']))
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