loubnabnl HF staff commited on
Commit
cc504e0
·
verified ·
1 Parent(s): 2b533cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
  HF_TOKEN = os.environ.get("HF_TOKEN", None)
6
 
7
  st.set_page_config(page_title="FW Clusters inspection", layout="wide")
8
- st.title("FW clusters inspection")
9
 
10
  st.markdown("""
11
  We clustered 100k FineWeb samples using [text-clustering](https://github.com/huggingface/text-clustering).
 
5
  HF_TOKEN = os.environ.get("HF_TOKEN", None)
6
 
7
  st.set_page_config(page_title="FW Clusters inspection", layout="wide")
8
+ st.title("FW clusters inspection (on AFAIK topics)")
9
 
10
  st.markdown("""
11
  We clustered 100k FineWeb samples using [text-clustering](https://github.com/huggingface/text-clustering).