Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mprateek
/
ChatbotWithPDF
like
0
Sleeping
App
Files
Files
Community
mprateek
commited on
Apr 30
Commit
29bf112
•
1 Parent(s):
ec0147b
Create style.css
Browse files
Files changed (1)
hide
show
style.css
+8
-0
style.css
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
/* style.css */
2
+
body {
3
+
background-color: white !important;
4
+
}
5
+
6
+
.stApp {
7
+
background-color: white;
8
+
}