Spaces:
Running
Running
victormiller
commited on
Commit
•
9f2a4f7
1
Parent(s):
48b277d
Update curated.py
Browse files- curated.py +1 -1
curated.py
CHANGED
@@ -492,7 +492,7 @@ filtering_process = Div(
|
|
492 |
table_div_arx,
|
493 |
),
|
494 |
Section(
|
495 |
-
H3("S2ORC"),
|
496 |
H4("Download and Extraction"),
|
497 |
Ol(
|
498 |
Li("This was downloaded directly in zip format using S2ORC api key and normal get request. code: response = urllib.request.urlopen(url)"),
|
|
|
492 |
table_div_arx,
|
493 |
),
|
494 |
Section(
|
495 |
+
H3("S2ORC - NEED TO MAKE S2ORC ABSTRACT AND UPDATE THIS FILTERING SECTION"),
|
496 |
H4("Download and Extraction"),
|
497 |
Ol(
|
498 |
Li("This was downloaded directly in zip format using S2ORC api key and normal get request. code: response = urllib.request.urlopen(url)"),
|