Spaces:
Running
Running
Update curated.py
Browse files- curated.py +1 -1
curated.py
CHANGED
|
@@ -673,7 +673,7 @@ filtering_process = Div(
|
|
| 673 |
H4("Download and Extraction"),
|
| 674 |
P("The dataset was downloaded from:", A("https://irclogs.ubuntu.com/{date.year}/{date.month:02d}/{date.day:02d}/", href="https://irclogs.ubuntu.com/{date.year}/{date.month:02d}/{date.day:02d}/"), " based on the year."),
|
| 675 |
P("During extraction, the logs were cleaned using following functions:"),
|
| 676 |
-
D_code("""
|
| 677 |
def exclude_system(x):
|
| 678 |
return '\n'.join(line for line in x.split('\n') if not line.startswith('==='))
|
| 679 |
|
|
|
|
| 673 |
H4("Download and Extraction"),
|
| 674 |
P("The dataset was downloaded from:", A("https://irclogs.ubuntu.com/{date.year}/{date.month:02d}/{date.day:02d}/", href="https://irclogs.ubuntu.com/{date.year}/{date.month:02d}/{date.day:02d}/"), " based on the year."),
|
| 675 |
P("During extraction, the logs were cleaned using following functions:"),
|
| 676 |
+
#D_code("""
|
| 677 |
def exclude_system(x):
|
| 678 |
return '\n'.join(line for line in x.split('\n') if not line.startswith('==='))
|
| 679 |
|