nazneen commited on
Commit
ca8e444
1 Parent(s): c72f38a
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -99,7 +99,6 @@ def data_comparison(df):
99
 
100
  return layered
101
 
102
- @st.cache(ttl=600)
103
  def quant_panel(embedding_df):
104
  """ Quantitative Panel Layout"""
105
 
@@ -284,5 +283,4 @@ if __name__ == "__main__":
284
  with st.expander("How to read the table:"):
285
  st.markdown("* The table displays the most frequent tokens in error slices, relative to their frequencies in the val set.")
286
  st.write(commontokens)
287
- with st.spinner(text='visualizing...'):
288
- quant_panel(merged)
 
99
 
100
  return layered
101
 
 
102
  def quant_panel(embedding_df):
103
  """ Quantitative Panel Layout"""
104
 
 
283
  with st.expander("How to read the table:"):
284
  st.markdown("* The table displays the most frequent tokens in error slices, relative to their frequencies in the val set.")
285
  st.write(commontokens)
286
+ quant_panel(merged)