Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
prithivMLmods/QwQ-Edge
knaimero
/
create-image
like
1
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
prithivMLmods
commited on
Jul 18, 2024
Commit
c114569
·
verified
·
1 Parent(s):
65590d0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -18,7 +18,7 @@ footer {
18
'''
19
20
css += """
21
-
input[type="text"] {
22
color: pink !important;
23
}
24
"""
18
'''
19
20
css += """
21
+
input[type="text"]
::placeholder
{
22
color: pink !important;
23
}
24
"""