Rooni commited on
Commit
dc1b23d
·
verified ·
1 Parent(s): 42e50b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ css_url = "https://aihubyufi-aihub.static.hf.space/style.css"
46
 
47
  # Получение CSS по ссылке
48
  response = requests.get(css_url)
49
- css = response.text . ".gradio-container{max-width: 700px !important} h1{text-align:center}"
50
 
51
 
52
  # ui
 
46
 
47
  # Получение CSS по ссылке
48
  response = requests.get(css_url)
49
+ css = response.text + " .gradio-container{max-width: 700px !important} h1{text-align:center}"
50
 
51
 
52
  # ui