Spaces:
Sleeping
Sleeping
change the output box color to blue
Browse files
app.py
CHANGED
|
@@ -103,7 +103,7 @@ with gr.Blocks(
|
|
| 103 |
padding: 20px;
|
| 104 |
border: 1px solid #212121;
|
| 105 |
border-radius: 8px;
|
| 106 |
-
background-color: #
|
| 107 |
}
|
| 108 |
"""
|
| 109 |
) as demo:
|
|
|
|
| 103 |
padding: 20px;
|
| 104 |
border: 1px solid #212121;
|
| 105 |
border-radius: 8px;
|
| 106 |
+
background-color: #0E2148;
|
| 107 |
}
|
| 108 |
"""
|
| 109 |
) as demo:
|