Spaces:
Sleeping
Sleeping
Alfie Grace
commited on
Commit
·
9f4d800
1
Parent(s):
5efbc6e
Removed nested background CSS styling
Browse files
app.py
CHANGED
@@ -572,7 +572,7 @@ def update_use_embeddings(widget, state):
|
|
572 |
return state
|
573 |
|
574 |
|
575 |
-
with gr.Blocks(css=".gradio-container {background-color: #090c17} #gr-component {background-color: #202937,
|
576 |
llm_state = gr.State()
|
577 |
history_state = gr.State()
|
578 |
chain_state = gr.State()
|
|
|
572 |
return state
|
573 |
|
574 |
|
575 |
+
with gr.Blocks(css=".gradio-container {background-color: #090c17} #gr-component {background-color: #202937, border-color: #384253, color: #bcc0c6}") as block:
|
576 |
llm_state = gr.State()
|
577 |
history_state = gr.State()
|
578 |
chain_state = gr.State()
|