Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ironjr
/
semantic-draw
Like
27
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
ironjr
commited on
Jun 1, 2025
Commit
35cd3c4
·
verified
·
1 Parent(s):
54706ff
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -598,7 +598,7 @@ def draw(state, drawpad):
598
### Main application
599
600
css = f"""
601
-
.
body {{
602
background: unset;
603
}}
604
598
### Main application
599
600
css = f"""
601
+
body {{
602
background: unset;
603
}}
604