Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ Will not describe your needs to ChatGPT?You Use [ChatGPT Shortcut](https://new
|
|
99 |
</div>
|
100 |
"""
|
101 |
|
102 |
-
block = gr.Blocks(css=".gradio-container {background-color:
|
103 |
|
104 |
with block as demo:
|
105 |
gr.HTML(title)
|
|
|
99 |
</div>
|
100 |
"""
|
101 |
|
102 |
+
block = gr.Blocks(css=".gradio-container {background-color: #A238FF}")
|
103 |
|
104 |
with block as demo:
|
105 |
gr.HTML(title)
|