Spaces:
Build error
Build error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -11,7 +11,7 @@ import seaborn as sns
|
|
| 11 |
from sklearn.decomposition import PCA
|
| 12 |
|
| 13 |
st.set_page_config(page_title="LLM Token Explorer", layout="centered")
|
| 14 |
-
st.title("🧠 LLM
|
| 15 |
|
| 16 |
# Introductory Explanations
|
| 17 |
with st.expander("ℹ️ About This App", expanded=True):
|
|
|
|
| 11 |
from sklearn.decomposition import PCA
|
| 12 |
|
| 13 |
st.set_page_config(page_title="LLM Token Explorer", layout="centered")
|
| 14 |
+
st.title("🧠 LLM Attention Explorer: Tokens, Embeddings, Positional Encoding, and Multi-Head Visualization")
|
| 15 |
|
| 16 |
# Introductory Explanations
|
| 17 |
with st.expander("ℹ️ About This App", expanded=True):
|