victormiller commited on
Commit
eee4211
1 Parent(s): 063c1ad

Update curated.py

Browse files
Files changed (1) hide show
  1. curated.py +1 -1
curated.py CHANGED
@@ -650,7 +650,7 @@ filtering_process = Div(
650
  Section(
651
  H3("Ubuntu IRC"),
652
  H4("Download and Extraction"),
653
- 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."),
654
  P("During extraction, the logs were cleaned using following functions:"),
655
  D_code("""
656
  def exclude_system(x):
 
650
  Section(
651
  H3("Ubuntu IRC"),
652
  H4("Download and Extraction"),
653
+ 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."),
654
  P("During extraction, the logs were cleaned using following functions:"),
655
  D_code("""
656
  def exclude_system(x):