aksell commited on
Commit
0a6b613
·
1 Parent(s): cdcf3af

Fix internal link between views

Browse files
hexviz/pages/1_🗺️Identify_Interesting_Heads.py CHANGED
@@ -134,7 +134,7 @@ with right:
134
  f"""
135
 
136
 
137
- ### <a href="{URL}Attention_Visualization">🧬View attention from head on structure</a>
138
  """,
139
  unsafe_allow_html=True,
140
  )
 
134
  f"""
135
 
136
 
137
+ ### <a href="{URL}Attention_Visualization" target="_self">🧬View attention from head on structure</a>
138
  """,
139
  unsafe_allow_html=True,
140
  )