aksell commited on
Commit
9af4b80
·
1 Parent(s): ee057cd

Reduce viewer width for huggingface spaces compatability

Browse files
hexviz/pages/3_🏗️Test:_Birds_Eye_View.py CHANGED
@@ -96,7 +96,7 @@ attention, tokens = get_attention(
96
 
97
  grid_rows = len(layer_sequence)
98
  grid_cols = len(head_sequence)
99
- viewer_width = 1300
100
  cell_width = viewer_width / grid_cols
101
  viewer_height = int(cell_width * grid_rows)
102
 
 
96
 
97
  grid_rows = len(layer_sequence)
98
  grid_cols = len(head_sequence)
99
+ viewer_width = 1200
100
  cell_width = viewer_width / grid_cols
101
  viewer_height = int(cell_width * grid_rows)
102