Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -97,11 +97,10 @@ WallpaperArt: prithivMLmods/Canopus-Liquid-Wallpaper-Art
|
|
97 |
css_url = "https://neurixyufi-aihub.static.hf.space/style.css"
|
98 |
default = """ .gradio-container{max-width: 700px !important} h1{text-align:center} #component-4 { height: 70vh !important; } .bot p img {
|
99 |
min-height: 200px;
|
100 |
-
background-color: rgb(0, 0, 0);
|
101 |
background: url(https://huggingface.co/spaces/NeurixYUFI/ImgGenChat/resolve/main/placeholder.png);
|
102 |
background-size: cover;
|
103 |
background-position: center;
|
104 |
-
|
105 |
}"""
|
106 |
|
107 |
# Получение CSS по ссылке
|
|
|
97 |
css_url = "https://neurixyufi-aihub.static.hf.space/style.css"
|
98 |
default = """ .gradio-container{max-width: 700px !important} h1{text-align:center} #component-4 { height: 70vh !important; } .bot p img {
|
99 |
min-height: 200px;
|
|
|
100 |
background: url(https://huggingface.co/spaces/NeurixYUFI/ImgGenChat/resolve/main/placeholder.png);
|
101 |
background-size: cover;
|
102 |
background-position: center;
|
103 |
+
width: auto;
|
104 |
}"""
|
105 |
|
106 |
# Получение CSS по ссылке
|