Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
vericudebuget/mixtral-46.7b-chat
vericudebuget
/
conversational-milo
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vericudebuget
commited on
Apr 1, 2024
Commit
03eb4b0
·
verified
·
1 Parent(s):
b32ed28
Update theme.css
Browse files
Files changed (1)
hide
show
theme.css
+4
-1
theme.css
CHANGED
Viewed
@@ -3,4 +3,7 @@ body {
3
color: white;
4
}
5
6
-
/*
Add other CSS rules as needed */
3
color: white;
4
}
5
6
+
*
{
7
+
font-family: 'Oswald', sans-serif;
8
+
}
9
+