Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
terapyon
/
gh-issue-search
like
2
Sleeping
App
Files
Files
Community
12
Fetching metadata from the HF Docker repository...
refs/pr/11
gh-issue-search
/
model.py
terapyon
added date filter and comment filter and show date, label refs
#5
648f519
over 1 year ago
raw
Copy download link
history
blame
Safe
Wrap lines
203 Bytes
from
dataclasses
import
dataclass
@dataclass(
frozen=
True
)
class
Issue
:
repo_name:
str
id
:
int
title:
str
created_at:
int
user:
str
url:
str
labels:
list
[
str
]
type_:
str