Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
prithivMLmods
/
Doc-VLMs-OCR
like
38
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
prithivMLmods
commited on
Mar 15
Commit
3f213df
·
verified
·
1 Parent(s):
6ed0791
Create style.css
Browse files
Files changed (1)
hide
show
style.css
+11
-0
style.css
ADDED
Viewed
@@ -0,0 +1,11 @@
1
+
h1 {
2
+
text-align: center;
3
+
display: block;
4
+
}
5
+
6
+
#logo {
7
+
display: block;
8
+
margin: 0 auto;
9
+
width: 40%;
10
+
object-fit: contain;
11
+
}