Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AniseF
/
ddgp-plus-morpho
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AniseF
commited on
Jan 11
Commit
d7a652e
路
verified
路
1 Parent(s):
8929df4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+9
-1
app.py
CHANGED
Viewed
@@ -296,4 +296,12 @@ with gr.Blocks() as demo:
296
297
)
298
299
-
demo.launch(
)
296
297
)
298
299
+
demo.launch(
300
+
css="""
301
+
#ddgp-logo {
302
+
max-width: 70px;
303
+
height: auto;
304
+
}
305
+
"""
306
+
)
307
+