Update app.py
Browse files
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"):
|