Alfie Grace commited on
Commit
ee78bb2
·
1 Parent(s): 74de4e0

Moved custom CSS to a file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -567,7 +567,7 @@ def update_use_embeddings(widget, state):
567
  state = widget
568
  return state
569
 
570
- with gr.Blocks(css=".gradio-container {background-color: #090c17} .scroll-hide {background-color: #202937; border-color: #384253; color: #bcc0c6} .bg-white {background-color: #202937; border-color: #384253; color: #bcc0c6} .text-gray-500 {background-color: #202937; border-color: #384253; color: #bcc0c6} .ml-2 {background-color: #202937; border-color: #384253; color: #bcc0c6} .gr-button {background-color: #202937; border-color: #384253; color: #bcc0c6} .gr-input-label {background-color: #202937; border-color: #384253; color: #bcc0c6} #gr-component {background-color: #202937; border-color: #384253; color: #bcc0c6}") as block:
571
  llm_state = gr.State()
572
  history_state = gr.State()
573
  chain_state = gr.State()
 
567
  state = widget
568
  return state
569
 
570
+ with gr.Blocks(css="css/css.txt") as block:
571
  llm_state = gr.State()
572
  history_state = gr.State()
573
  chain_state = gr.State()