Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1100,7 +1100,7 @@ def show_results(state: SessionState):
|
|
| 1100 |
with gr.Blocks(
|
| 1101 |
title="Art Matcher",
|
| 1102 |
theme=gr.themes.Soft(
|
| 1103 |
-
primary_hue="teal", secondary_hue="
|
| 1104 |
),
|
| 1105 |
) as demo:
|
| 1106 |
gr.Markdown(
|
|
|
|
| 1100 |
with gr.Blocks(
|
| 1101 |
title="Art Matcher",
|
| 1102 |
theme=gr.themes.Soft(
|
| 1103 |
+
primary_hue="teal", secondary_hue="teal", neutral_hue="zinc"
|
| 1104 |
),
|
| 1105 |
) as demo:
|
| 1106 |
gr.Markdown(
|