Rooni commited on
Commit
a547d9d
·
1 Parent(s): c4994d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ with gr.Blocks(css=css, theme="YTheme/KidsShool") as dalle:
170
 
171
 
172
  with gr.Row():
173
- text_button = gr.Button("Генерация", variant='primary', elem_id="gen-button")
174
  with gr.Row():
175
  image_output = gr.Image(type="pil", label="Изображение", elem_id="gallery")
176
 
 
170
 
171
 
172
  with gr.Row():
173
+ text_button = gr.Button("🔁 Генерация", variant='primary', elem_id="gen-button")
174
  with gr.Row():
175
  image_output = gr.Image(type="pil", label="Изображение", elem_id="gallery")
176