Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ css = """
|
|
152 |
footer {visibility: hidden !important;}
|
153 |
"""
|
154 |
|
155 |
-
with gr.
|
156 |
with gr.Tab("Basic Settings"):
|
157 |
with gr.Row():
|
158 |
with gr.Column(elem_id="prompt-container"):
|
|
|
152 |
footer {visibility: hidden !important;}
|
153 |
"""
|
154 |
|
155 |
+
with gr.Blocks (theme=gr.themes.Default(primary_hue="pink", secondary_hue="pink")) as dalle:
|
156 |
with gr.Tab("Basic Settings"):
|
157 |
with gr.Row():
|
158 |
with gr.Column(elem_id="prompt-container"):
|