Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bigghuggs
/
dreamdev
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bigghuggs
commited on
Sep 8, 2024
Commit
0fca1ea
·
verified
·
1 Parent(s):
83b6806
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-1
app.py
CHANGED
Viewed
@@ -58,7 +58,10 @@ function refresh() {
58
"""
59
60
css = """
61
-
overflow: scroll;
62
"""
63
64
58
"""
59
60
css = """
61
+
grid-container.{
62
+
overflow: scroll;
63
+
}
64
+
65
"""
66
67