Spaces:
Build error
Build error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -144,7 +144,7 @@ def load_explanations(task, layer):
|
|
| 144 |
return None
|
| 145 |
|
| 146 |
def main():
|
| 147 |
-
st.title("Token Analysis")
|
| 148 |
|
| 149 |
# Task and Layer Selection
|
| 150 |
col1, col2 = st.columns(2)
|
|
|
|
| 144 |
return None
|
| 145 |
|
| 146 |
def main():
|
| 147 |
+
st.title("Token Analysis (Lang Class-layer 11 1 file left")
|
| 148 |
|
| 149 |
# Task and Layer Selection
|
| 150 |
col1, col2 = st.columns(2)
|