victormiller commited on
Commit
a5f43cc
1 Parent(s): 67ae1a9

Update results.py

Browse files
Files changed (1) hide show
  1. results.py +1 -0
results.py CHANGED
@@ -839,6 +839,7 @@ intro_div = Div(
839
  Ul(
840
  Li("The Learning Curve of TxT360 with an Upsampling Recipe", style = "margin-bottom: 5px"),
841
  Li("Perplexity Analysis across time", style = "margin-bottom: 5px"),
 
842
  ),
843
  )
844
 
 
839
  Ul(
840
  Li("The Learning Curve of TxT360 with an Upsampling Recipe", style = "margin-bottom: 5px"),
841
  Li("Perplexity Analysis across time", style = "margin-bottom: 5px"),
842
+ Li(B("Estimated Reading Time: 15 minutes"), style = "margin-bottom: 5px"),
843
  ),
844
  )
845