dogutcu commited on
Commit
db523b1
·
verified ·
1 Parent(s): 8f1cde2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -137,10 +137,11 @@ def display_iframe():
137
  def display_image():
138
  return "https://huggingface.co/spaces/dogutcu/composting-how-tos/resolve/main/derinogutcu-illo1.jpg"
139
  theme = gr.themes.Monochrome(
140
- primary_hue="#e0f7fa",
141
- secondary_hue="#00796b",
142
  ).set(
143
- background_fill_primary='*primary_200',
 
144
  background_fill_primary_dark='*primary_200',
145
  background_fill_secondary='*secondary_300',
146
  background_fill_secondary_dark='*secondary_300',
 
137
  def display_image():
138
  return "https://huggingface.co/spaces/dogutcu/composting-how-tos/resolve/main/derinogutcu-illo1.jpg"
139
  theme = gr.themes.Monochrome(
140
+ primary_hue="#blue",
141
+ secondary_hue="orange",
142
  ).set(
143
+ background_fill_primary='*#e0f7fa',
144
+ #primary_200
145
  background_fill_primary_dark='*primary_200',
146
  background_fill_secondary='*secondary_300',
147
  background_fill_secondary_dark='*secondary_300',