pabloce commited on
Commit
642e552
·
verified ·
1 Parent(s): 21749dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ demo = gr.ChatInterface(
93
  ),
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="green", secondary_hue="indigo", neutral_hue="zinc",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
  ),
 
93
  ),
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
  ),