victormiller commited on
Commit
2d1895d
·
verified ·
1 Parent(s): 1987bd0

Update results.py

Browse files
Files changed (1) hide show
  1. results.py +5 -3
results.py CHANGED
@@ -11,9 +11,11 @@ intro_div = Div(
11
  )
12
 
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
 
 
11
  )
12
 
13
  perp1_div = Div(
14
+ Section(
15
+ H3("Perplexity vs Buckets"),
16
+ 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."),
17
+ Img(src="images/prep-diff-buckets-global.png", height = "300", width = "600" ),
18
+ ),
19
  )
20
 
21