victormiller
commited on
Commit
•
5ab0a5d
1
Parent(s):
89cfcec
Update web.py
Browse files
web.py
CHANGED
@@ -376,6 +376,7 @@ def web_data():
|
|
376 |
return Div(
|
377 |
Section(
|
378 |
Div(
|
|
|
379 |
H2("Common Crawl Snapshot Processing"),
|
380 |
H3("What This Section Contains"),
|
381 |
P("This section provides a complete discussion on the filtering applied to the 99 Common Crawl snapshots that comprise the web data section of TxT360. The section is split into the following topic areas: "),
|
|
|
376 |
return Div(
|
377 |
Section(
|
378 |
Div(
|
379 |
+
H1("Web Data Processing"),
|
380 |
H2("Common Crawl Snapshot Processing"),
|
381 |
H3("What This Section Contains"),
|
382 |
P("This section provides a complete discussion on the filtering applied to the 99 Common Crawl snapshots that comprise the web data section of TxT360. The section is split into the following topic areas: "),
|