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:
ysharma
/
chatbot_image_size
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ysharma
HF Staff
commited on
Apr 17, 2024
Commit
2ebdbe9
·
verified
·
1 Parent(s):
a51b02c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -6,8 +6,8 @@ import time
6
7
css="""
8
.gradio-container {
9
-
margin:
0
auto;
10
-
max-width:
520px
;
11
}
12
"""
13
6
7
css="""
8
.gradio-container {
9
+
margin: auto;
10
+
max-width:
700px
;
11
}
12
"""
13