Rooni commited on
Commit
913aa16
1 Parent(s): 00adeb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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 p {
 
 
 
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;