Spaces:
Running
Running
victormiller
commited on
Commit
•
ec2b3ce
1
Parent(s):
1f950b4
Update main.py
Browse files
main.py
CHANGED
@@ -132,14 +132,6 @@ def main():
|
|
132 |
),
|
133 |
),
|
134 |
),
|
135 |
-
Div(
|
136 |
-
A(
|
137 |
-
"Global Processing Steps",
|
138 |
-
href="/common#section1",
|
139 |
-
hx_get="/common#section1",
|
140 |
-
hx_target="#inner-text",
|
141 |
-
)
|
142 |
-
),
|
143 |
Div(
|
144 |
A(
|
145 |
"Web Data Processing",
|
@@ -156,6 +148,14 @@ def main():
|
|
156 |
hx_target="#inner-text",
|
157 |
)
|
158 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
159 |
Div(
|
160 |
A(
|
161 |
"TxT360 Results",
|
|
|
132 |
),
|
133 |
),
|
134 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
Div(
|
136 |
A(
|
137 |
"Web Data Processing",
|
|
|
148 |
hx_target="#inner-text",
|
149 |
)
|
150 |
),
|
151 |
+
Div(
|
152 |
+
A(
|
153 |
+
"Global Processing Steps",
|
154 |
+
href="/common#section1",
|
155 |
+
hx_get="/common#section1",
|
156 |
+
hx_target="#inner-text",
|
157 |
+
)
|
158 |
+
),
|
159 |
Div(
|
160 |
A(
|
161 |
"TxT360 Results",
|