EvgenyKu commited on
Commit
9e14c06
·
1 Parent(s): 4c30849

sync prod and test

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ def load_text(file_name):
170
  custom_css = load_text("style.css")
171
 
172
  # Создание интерфейса Gradio
173
- with gr.Blocks(title="3D Icon Generator", css=custom_css, theme=gr.themes.Default()) as app:
174
  gr.Markdown("# iconDDDzilla")
175
  gr.Markdown("### Create 3d icons with transparent background in one click!")
176
 
 
170
  custom_css = load_text("style.css")
171
 
172
  # Создание интерфейса Gradio
173
+ with gr.Blocks(title="3D Icon Generator", css=custom_css, theme=gr.themes.Soft()) as app:
174
  gr.Markdown("# iconDDDzilla")
175
  gr.Markdown("### Create 3d icons with transparent background in one click!")
176