nazneen commited on
Commit
c72f38a
1 Parent(s): 39f8f41
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ def quant_panel(embedding_df):
112
  st.markdown("* The **shape** of each point reflects the label category -- positive (diamond) or negative sentiment (circle).")
113
  st.altair_chart(data_comparison(down_samp(embedding_df)))
114
 
115
- @st.cache(ttl=600)
116
  def frequent_tokens(data, tokenizer, loss_quantile=0.95, top_k=200, smoothing=0.005):
117
  unique_tokens = []
118
  tokens = []
 
112
  st.markdown("* The **shape** of each point reflects the label category -- positive (diamond) or negative sentiment (circle).")
113
  st.altair_chart(data_comparison(down_samp(embedding_df)))
114
 
115
+
116
  def frequent_tokens(data, tokenizer, loss_quantile=0.95, top_k=200, smoothing=0.005):
117
  unique_tokens = []
118
  tokens = []