Spaces:
Running on Zero
Running on Zero
Upload 3 files
Browse files- app.py +1 -1
- custom_styles.py +1 -1
app.py
CHANGED
|
@@ -551,7 +551,7 @@ with gr.Blocks(title="1000 Rooms") as demo:
|
|
| 551 |
scale=1, elem_id="cont-btn",
|
| 552 |
)
|
| 553 |
door_btn = gr.Button(
|
| 554 |
-
"Open Door
|
| 555 |
scale=1, elem_id="door-btn", visible=True,
|
| 556 |
)
|
| 557 |
|
|
|
|
| 551 |
scale=1, elem_id="cont-btn",
|
| 552 |
)
|
| 553 |
door_btn = gr.Button(
|
| 554 |
+
"Open Door", variant="primary",
|
| 555 |
scale=1, elem_id="door-btn", visible=True,
|
| 556 |
)
|
| 557 |
|
custom_styles.py
CHANGED
|
@@ -5,7 +5,7 @@ CSS = """
|
|
| 5 |
|
| 6 |
:root {
|
| 7 |
--bg: #2c2720;
|
| 8 |
-
--bg2: #
|
| 9 |
--accent: #e8a832;
|
| 10 |
--glow: rgba(232,168,50,0.25);
|
| 11 |
--border: #d4b896;
|
|
|
|
| 5 |
|
| 6 |
:root {
|
| 7 |
--bg: #2c2720;
|
| 8 |
+
--bg2: #3d3730;
|
| 9 |
--accent: #e8a832;
|
| 10 |
--glow: rgba(232,168,50,0.25);
|
| 11 |
--border: #d4b896;
|