victormiller commited on
Commit
ea708b9
1 Parent(s): 3a079b8

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +28 -0
main.py CHANGED
@@ -304,6 +304,34 @@ def main():
304
  hx_target="#inner-text",
305
  ),
306
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
307
  role="navigation",
308
  cls="l-text figcaption",
309
  ),
 
304
  hx_target="#inner-text",
305
  ),
306
  ),
307
+ Div(
308
+ Ul(
309
+ Li(
310
+ A(
311
+ "Overview",
312
+ href="/results#section1",
313
+ hx_get="/results#section1",
314
+ hx_target="#inner-text",
315
+ )
316
+ ),
317
+ Li(
318
+ A(
319
+ "Upsampling Experiment",
320
+ href="/results#section2",
321
+ hx_get="/results#section2",
322
+ hx_target="#inner-text",
323
+ )
324
+ ),
325
+ Li(
326
+ A(
327
+ "Perplexity Analysis",
328
+ href="/results#section3",
329
+ hx_get="/results#section3",
330
+ hx_target="#inner-text",
331
+ )
332
+ ),
333
+ ),
334
+ ),
335
  role="navigation",
336
  cls="l-text figcaption",
337
  ),