victormiller commited on
Commit
5d3f993
1 Parent(s): 5493cad

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +4 -4
main.py CHANGED
@@ -57,7 +57,7 @@ def main():
57
  Ul(
58
  Li(
59
  A(
60
- "Introduction",
61
  href="/intro#section1",
62
  hx_get="/intro#section1",
63
  hx_target="#inner-text",
@@ -65,7 +65,7 @@ def main():
65
  ),
66
  Li(
67
  A(
68
- "Background",
69
  href="/intro#section2",
70
  hx_get="/intro#section2",
71
  hx_target="#inner-text",
@@ -73,7 +73,7 @@ def main():
73
  ),
74
  Li(
75
  A(
76
- "Main Content",
77
  href="/intro#section3",
78
  hx_get="/intro#section3",
79
  hx_target="#inner-text",
@@ -81,7 +81,7 @@ def main():
81
  ),
82
  Li(
83
  A(
84
- "Conclusion",
85
  href="/intro#section4",
86
  hx_get="/intro#section4",
87
  hx_target="#inner-text",
 
57
  Ul(
58
  Li(
59
  A(
60
+ "About TxT360",
61
  href="/intro#section1",
62
  hx_get="/intro#section1",
63
  hx_target="#inner-text",
 
65
  ),
66
  Li(
67
  A(
68
+ "Global Deduplication",
69
  href="/intro#section2",
70
  hx_get="/intro#section2",
71
  hx_target="#inner-text",
 
73
  ),
74
  Li(
75
  A(
76
+ "Controllable Upweighting",
77
  href="/intro#section3",
78
  hx_get="/intro#section3",
79
  hx_target="#inner-text",
 
81
  ),
82
  Li(
83
  A(
84
+ "Full Documentation",
85
  href="/intro#section4",
86
  hx_get="/intro#section4",
87
  hx_target="#inner-text",