pabloce commited on
Commit
5eb0b07
·
verified ·
1 Parent(s): 642e552

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ demo = gr.ChatInterface(
94
  gr.Dropdown(['Meta-Llama-3-70B-Instruct-Q3_K_M.gguf', 'Llama-3-8B-Synthia-v3.5-f16.gguf'], value="Meta-Llama-3-70B-Instruct-Q3_K_M.gguf", label="Model"),
95
  ],
96
  theme=gr.themes.Soft(primary_hue="violet", secondary_hue="indigo", neutral_hue="gray",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
97
- block_background_fill_dark="*neutral_950",
98
  input_background_fill_dark="*neutral_900"
99
  ),
100
  css=css,
 
94
  gr.Dropdown(['Meta-Llama-3-70B-Instruct-Q3_K_M.gguf', 'Llama-3-8B-Synthia-v3.5-f16.gguf'], value="Meta-Llama-3-70B-Instruct-Q3_K_M.gguf", label="Model"),
95
  ],
96
  theme=gr.themes.Soft(primary_hue="violet", secondary_hue="indigo", neutral_hue="gray",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
97
+ block_background_fill_dark="#16141c",
98
  input_background_fill_dark="*neutral_900"
99
  ),
100
  css=css,