Spaces:
Runtime error
Runtime error
GitHub Actions Bot
Changes from 'https://github.com/ggruber193/pubmed-central-semantic-search'
fe5e03c
from enum import Enum | |
class DataFields(str, Enum): | |
SECTIONS = "sections" | |
SECTION_NAMES = "section_names" | |
ARTICLE_ID = "article_id" | |