Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -119,8 +119,7 @@ def display_image():
|
|
119 |
return "https://files.slack.com/files-tmb/T06QHKW6JFM-F077K96ABN3-2364e0b7a9/img_1576_720.jpg"
|
120 |
|
121 |
with gr.Blocks(theme=theme) as demo:
|
122 |
-
|
123 |
-
theme = gr.themes.Monochrome(
|
124 |
primary_hue="amber",
|
125 |
secondary_hue="rose",
|
126 |
).set(
|
|
|
119 |
return "https://files.slack.com/files-tmb/T06QHKW6JFM-F077K96ABN3-2364e0b7a9/img_1576_720.jpg"
|
120 |
|
121 |
with gr.Blocks(theme=theme) as demo:
|
122 |
+
theme = gr.themes.Monochrome(
|
|
|
123 |
primary_hue="amber",
|
124 |
secondary_hue="rose",
|
125 |
).set(
|