Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
matthoffner
/
serp-chat
like
5
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c0c5f59
serp-chat
/
src
/
util.js
matt HOFFNER
genai logo
c0c5f59
about 2 years ago
raw
Copy download link
history
blame
91 Bytes
export
const
logo
= (
array = [
1
,
2
,
3
]
) => array[
Math
.
floor
(
Math
.
random
() * array.
length
)];