Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,10 @@ WallpaperArt: prithivMLmods/Canopus-Liquid-Wallpaper-Art
|
|
93 |
|
94 |
# Ссылка на файл CSS
|
95 |
css_url = "https://neurixyufi-aihub.static.hf.space/style.css"
|
96 |
-
default = """ .gradio-container{max-width: 700px !important} h1{text-align:center} #component-4 { height: 70vh !important; } .bot
|
|
|
|
|
|
|
97 |
background-color: rgb(0, 0, 0);
|
98 |
background: url(https://huggingface.co/spaces/NeurixYUFI/ImgGenChat/resolve/main/placeholder.png);
|
99 |
background-size: cover;
|
|
|
93 |
|
94 |
# Ссылка на файл CSS
|
95 |
css_url = "https://neurixyufi-aihub.static.hf.space/style.css"
|
96 |
+
default = """ .gradio-container{max-width: 700px !important} h1{text-align:center} #component-4 { height: 70vh !important; } .bot img {
|
97 |
+
min-height: 200px;
|
98 |
+
}
|
99 |
+
.bot p {
|
100 |
background-color: rgb(0, 0, 0);
|
101 |
background: url(https://huggingface.co/spaces/NeurixYUFI/ImgGenChat/resolve/main/placeholder.png);
|
102 |
background-size: cover;
|