Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Omnibus
/
Chatbot-Image-dev
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Omnibus
commited on
Feb 21, 2024
Commit
f2e01b4
·
verified
·
1 Parent(s):
bed0012
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -33,6 +33,7 @@ css="""
33
flex-direction: column;
34
justify-content: center;
35
flex-wrap: wrap;
36
}
37
"""
38
33
flex-direction: column;
34
justify-content: center;
35
flex-wrap: wrap;
36
+
width:500px;
37
}
38
"""
39