omkarenator commited on
Commit
43e1d29
1 Parent(s): fac35b0
Files changed (1) hide show
  1. main.py +10 -7
main.py CHANGED
@@ -97,9 +97,12 @@ def main():
97
  Nav(
98
  H3("Table of Contents"),
99
  Div(
100
- A("TxT360", href="#_self"),
101
- hx_get="/intro",
102
- hx_target="#inner-text",
 
 
 
103
  ),
104
  Div(
105
  Ul(
@@ -140,7 +143,7 @@ def main():
140
  Div(
141
  A(
142
  "Global Processing Steps",
143
- href="/common#_self",
144
  hx_get="/common",
145
  hx_target="#inner-text",
146
  )
@@ -148,7 +151,7 @@ def main():
148
  Div(
149
  A(
150
  "Web Data Processing",
151
- href="/webdata#_self",
152
  hx_get="/webdata",
153
  hx_target="#inner-text",
154
  )
@@ -156,7 +159,7 @@ def main():
156
  Div(
157
  A(
158
  "Curated Sources Processing",
159
- href="/curated#_self",
160
  hx_get="/curated",
161
  hx_target="#inner-text",
162
  )
@@ -164,7 +167,7 @@ def main():
164
  Div(
165
  A(
166
  "TxT360 Results",
167
- href="/results#_self",
168
  hx_get="/results",
169
  hx_target="#inner-text",
170
  ),
 
97
  Nav(
98
  H3("Table of Contents"),
99
  Div(
100
+ A(
101
+ "TxT360",
102
+ href="/intro#section1",
103
+ hx_get="/intro",
104
+ hx_target="#inner-text",
105
+ )
106
  ),
107
  Div(
108
  Ul(
 
143
  Div(
144
  A(
145
  "Global Processing Steps",
146
+ href="/common",
147
  hx_get="/common",
148
  hx_target="#inner-text",
149
  )
 
151
  Div(
152
  A(
153
  "Web Data Processing",
154
+ href="/webdata",
155
  hx_get="/webdata",
156
  hx_target="#inner-text",
157
  )
 
159
  Div(
160
  A(
161
  "Curated Sources Processing",
162
+ href="/curated",
163
  hx_get="/curated",
164
  hx_target="#inner-text",
165
  )
 
167
  Div(
168
  A(
169
  "TxT360 Results",
170
+ href="/results",
171
  hx_get="/results",
172
  hx_target="#inner-text",
173
  ),