Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ def rate_coolness(image1, image2):
|
|
121 |
return final_rating
|
122 |
|
123 |
|
124 |
-
with gr.Blocks() as demo:
|
125 |
image_1 = gr.Image()
|
126 |
button = gr.Button("How cool is this person?")
|
127 |
out = gr.Markdown()
|
|
|
121 |
return final_rating
|
122 |
|
123 |
|
124 |
+
with gr.Blocks(theme=gr.themes.Soft(primary_hue="red")) as demo:
|
125 |
image_1 = gr.Image()
|
126 |
button = gr.Button("How cool is this person?")
|
127 |
out = gr.Markdown()
|