aidn commited on
Commit
7049aca
·
verified ·
1 Parent(s): ef6a028

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -200,7 +200,8 @@ def run_council(user_prompt, rounds):
200
  history.append({"role": "assistant", "content": final_res})
201
  yield history
202
 
203
- Soft(
 
204
  primary_hue="indigo",
205
  font=[gr.themes.GoogleFont("Inter"), "ui-sans-serif", "system-ui", "sans-serif"],
206
  ).set(
 
200
  history.append({"role": "assistant", "content": final_res})
201
  yield history
202
 
203
+ # --- THEME ---
204
+ v_theme = gr.themes.Soft(
205
  primary_hue="indigo",
206
  font=[gr.themes.GoogleFont("Inter"), "ui-sans-serif", "system-ui", "sans-serif"],
207
  ).set(