Spaces:
SHOOL45
/
Runtime error

Rooni commited on
Commit
891d366
1 Parent(s): 59fa854

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ css = """
144
  footer {visibility: hidden !important;}
145
  """
146
 
147
- with gr.Blocks(css=css) as dalle:
148
  with gr.Tab("Базовые настройки"):
149
  with gr.Row():
150
  with gr.Column(elem_id="prompt-container"):
 
144
  footer {visibility: hidden !important;}
145
  """
146
 
147
+ with gr.Blocks(css=css, theme="YTheme/KidsShool") as dalle:
148
  with gr.Tab("Базовые настройки"):
149
  with gr.Row():
150
  with gr.Column(elem_id="prompt-container"):