Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GodsDevProject
/
FOIA_Doc_Search
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
939bc7f
FOIA_Doc_Search
/
analytics.py
GodsDevProject
Create analytics.py
e857796
verified
about 1 month ago
raw
Copy download link
history
blame
81 Bytes
def
log_event
(
event, meta=
None
):
print
(
f"[ANALYTICS]
{event}
|
{meta
or
{}
}"
)