Update app.py
Browse files
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).
|