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
Mar 30, 2024
Commit
b742f7f
·
verified
·
1 Parent(s):
56d0c78
Create theme.css
Browse files
Files changed (1)
hide
show
theme.css
+6
-0
theme.css
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
body {
2
+
background-color: black;
3
+
color: white;
4
+
}
5
+
6
+
/* Add other CSS rules as needed */