Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
david-oplatka
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
david-oplatka
commited on
Jul 9, 2024
Commit
9098a3a
·
verified
·
1 Parent(s):
e2ccfb8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-1
app.py
CHANGED
Viewed
@@ -62,7 +62,10 @@ td {
62
text-align: center;
63
}
64
img {
65
-
width:
60
%;
66
}
67
"""
68
62
text-align: center;
63
}
64
img {
65
+
width:
50
%;
66
+
}
67
+
h1 {
68
+
font-size: 3em; /* Adjust the size as needed */
69
}
70
"""
71