Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
|
|
|
| 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(
|