Spaces:
Sleeping
Sleeping
Remove sidebar title
Browse files- hexviz/app.py +0 -2
hexviz/app.py
CHANGED
@@ -5,8 +5,6 @@ from stmol import showmol
|
|
5 |
|
6 |
from hexviz.attention import Model, ModelType, get_attention_pairs
|
7 |
|
8 |
-
st.sidebar.title("pLM Attention Visualization")
|
9 |
-
|
10 |
st.title("pLM Attention Visualization")
|
11 |
|
12 |
# Define list of model types
|
|
|
5 |
|
6 |
from hexviz.attention import Model, ModelType, get_attention_pairs
|
7 |
|
|
|
|
|
8 |
st.title("pLM Attention Visualization")
|
9 |
|
10 |
# Define list of model types
|