Aurel-test commited on
Commit
04c4c55
·
verified ·
1 Parent(s): c3c0d39

Change color theme

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -1097,7 +1097,12 @@ def show_results(state: SessionState):
1097
  )
1098
 
1099
 
1100
- with gr.Blocks(title="Art Matcher", theme=gr.themes.Soft()) as demo:
 
 
 
 
 
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