victormiller commited on
Commit
1987bd0
·
verified ·
1 Parent(s): 9b82d60

Update results.py

Browse files
Files changed (1) hide show
  1. results.py +1 -1
results.py CHANGED
@@ -13,7 +13,7 @@ intro_div = Div(
13
  perp1_div = Div(
14
  H3("Perplexity vs Buckets"),
15
  P("For each bucket, we aggregated all the chunks that belong to a single year and calculated the average perplexity for each (bucket, year) data point."),
16
- Img(src="images/prep-diff-buckets-global.png", height = "100", width = "100" ),
17
  )
18
 
19
 
 
13
  perp1_div = Div(
14
  H3("Perplexity vs Buckets"),
15
  P("For each bucket, we aggregated all the chunks that belong to a single year and calculated the average perplexity for each (bucket, year) data point."),
16
+ Img(src="images/prep-diff-buckets-global.png", height = "300", width = "600" ),
17
  )
18
 
19