Ashrafb commited on
Commit
9f8c601
·
1 Parent(s): a6f57fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: #330066;} footer{display:none !important;}",) as demo:
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: #003333;} footer{display:none !important;}",) as demo:
144
 
145
 
146
  with gr.Column(elem_id="col-container"):