Spaces:
Sleeping
Sleeping
Change color theme
Browse files
app.py
CHANGED
|
@@ -1097,7 +1097,12 @@ def show_results(state: SessionState):
|
|
| 1097 |
)
|
| 1098 |
|
| 1099 |
|
| 1100 |
-
with gr.Blocks(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1101 |
gr.Markdown(
|
| 1102 |
"""
|
| 1103 |
# 🎨 Art Matcher
|
|
|
|
| 1097 |
)
|
| 1098 |
|
| 1099 |
|
| 1100 |
+
with gr.Blocks(
|
| 1101 |
+
title="Art Matcher",
|
| 1102 |
+
theme=gr.themes.Soft(
|
| 1103 |
+
primary_hue="teal", secondary_hue="emerald", neutral_hue="gray"
|
| 1104 |
+
),
|
| 1105 |
+
) as demo:
|
| 1106 |
gr.Markdown(
|
| 1107 |
"""
|
| 1108 |
# 🎨 Art Matcher
|