Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ def display_image():
|
|
138 |
return "https://huggingface.co/spaces/dogutcu/composting-how-tos/resolve/main/derinogutcu-illo1.jpg"
|
139 |
|
140 |
theme = gr.themes.Base().set(
|
141 |
-
background_fill_primary='#
|
142 |
background_fill_primary_dark='#00796b', # Dark teal background
|
143 |
background_fill_secondary='#ffccbc', # Light orange background
|
144 |
background_fill_secondary_dark='#d84315', # Dark orange background
|
|
|
138 |
return "https://huggingface.co/spaces/dogutcu/composting-how-tos/resolve/main/derinogutcu-illo1.jpg"
|
139 |
|
140 |
theme = gr.themes.Base().set(
|
141 |
+
background_fill_primary='#E0F7FA', # Light cyan background
|
142 |
background_fill_primary_dark='#00796b', # Dark teal background
|
143 |
background_fill_secondary='#ffccbc', # Light orange background
|
144 |
background_fill_secondary_dark='#d84315', # Dark orange background
|