Hugging Face
Models
Datasets
Spaces
Posts
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...
main
serp-chat
/
src
/
util.js
matt HOFFNER
more images
4928528
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
116 Bytes
export
const
logo
= (
array = [
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
]
) => array[
Math
.
floor
(
Math
.
random
() * array.
length
)];