Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ def get_prompts(prompt_text):
|
|
140 |
|
141 |
# Existing code...
|
142 |
|
143 |
-
with gr.Blocks(css=".gradio-container {background-color: #F5F5F5;} .dark .gradio-container {background-color: #
|
144 |
|
145 |
|
146 |
with gr.Column(elem_id="col-container"):
|
|
|
140 |
|
141 |
# Existing code...
|
142 |
|
143 |
+
with gr.Blocks(css=".gradio-container {background-color: #F5F5F5;} .dark .gradio-container {background-color: linear-gradient(to top, #09203f 0%, #537895 100%);} footer{display:none !important;}",) as demo:
|
144 |
|
145 |
|
146 |
with gr.Column(elem_id="col-container"):
|