Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
annapurnapadmaprema-ji
/
Real-vs-Fake-Image-Identifier
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
annapurnapadmaprema-ji
commited on
Dec 2, 2024
Commit
72530b6
·
verified
·
1 Parent(s):
67cd329
Create style.css
Browse files
Files changed (1)
hide
show
style.css
+8
-0
style.css
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
.stApp {
2
+
background: linear-gradient(to right, green, red);
3
+
background-size: cover;
4
+
background-position: center;
5
+
height: 100vh;
6
+
margin: 0;
7
+
font-family: Arial, sans-serif;
8
+
}