Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ DEFAULT_MODEL = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
|
49 |
theme = gr.themes.Soft(
|
50 |
primary_hue="violet",
|
51 |
secondary_hue="emerald",
|
52 |
-
radius_size="
|
53 |
font=[gr.themes.GoogleFont("Inter"), "ui-sans-serif", "system-ui"]
|
54 |
).set(
|
55 |
button_primary_background_fill="linear-gradient(90deg, #8B5CF6 0%, #EC4899 100%)",
|
@@ -57,7 +57,7 @@ theme = gr.themes.Soft(
|
|
57 |
button_primary_border_radius="12px",
|
58 |
block_label_text_size="lg",
|
59 |
block_label_text_weight="600",
|
60 |
-
block_title_text_size="
|
61 |
block_title_text_weight="800",
|
62 |
panel_background_fill="white",
|
63 |
panel_border_radius="16px",
|
|
|
49 |
theme = gr.themes.Soft(
|
50 |
primary_hue="violet",
|
51 |
secondary_hue="emerald",
|
52 |
+
radius_size="lg",
|
53 |
font=[gr.themes.GoogleFont("Inter"), "ui-sans-serif", "system-ui"]
|
54 |
).set(
|
55 |
button_primary_background_fill="linear-gradient(90deg, #8B5CF6 0%, #EC4899 100%)",
|
|
|
57 |
button_primary_border_radius="12px",
|
58 |
block_label_text_size="lg",
|
59 |
block_label_text_weight="600",
|
60 |
+
block_title_text_size="lg",
|
61 |
block_title_text_weight="800",
|
62 |
panel_background_fill="white",
|
63 |
panel_border_radius="16px",
|