DmitrMakeev commited on
Commit
21b39d7
1 Parent(s): 6249a90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks(css=css) as myface:
77
  gr.HTML("""<style> .gr-button {
78
  color: white !important;
79
  border-color: #000000 !important;
80
- background: #499afc !important;
81
  }</style>""")
82
  run=gr.Button("Создать изображение")
83
 
 
77
  gr.HTML("""<style> .gr-button {
78
  color: white !important;
79
  border-color: #000000 !important;
80
+ background: #0077ff !important;
81
  }</style>""")
82
  run=gr.Button("Создать изображение")
83