Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
harpomaxx
/
deeplili
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
harpomaxx
commited on
Apr 21, 2024
Commit
4188a6c
·
verified
·
1 Parent(s):
658e7de
Create style.css
Browse files
Files changed (1)
hide
show
style.css
+5
-0
style.css
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
/* styles.css */
2
+
.image-component {
3
+
width: 100%; /* Full width */
4
+
height: auto; /* Maintain aspect ratio */
5
+
}