Spaces:
Runtime error
Runtime error
Roland Ding commited on
Commit ·
514aa06
1
Parent(s): 277407d
9.9.24.76 removed the table extraction feature.
Browse files- features.py +2 -2
features.py
CHANGED
|
@@ -119,8 +119,8 @@ def update_article_segment(article):
|
|
| 119 |
"Material and Methods": materials_and_methods,
|
| 120 |
"Results": results,
|
| 121 |
"Meta Content": meta_content,
|
| 122 |
-
"tables":
|
| 123 |
-
|
| 124 |
})
|
| 125 |
|
| 126 |
# add the key content as an aggregation of the other sections
|
|
|
|
| 119 |
"Material and Methods": materials_and_methods,
|
| 120 |
"Results": results,
|
| 121 |
"Meta Content": meta_content,
|
| 122 |
+
"tables": ""
|
| 123 |
+
# "tables": get_tables(article["name"]),
|
| 124 |
})
|
| 125 |
|
| 126 |
# add the key content as an aggregation of the other sections
|