Spaces:
Sleeping
Sleeping
Update css/theme.css
Browse files- css/theme.css +3 -1
css/theme.css
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
| 2 |
:root {
|
| 3 |
--bg: #080f1e;
|
| 4 |
--fg: #e8eaf0;
|
|
|
|
| 1 |
+
with gr.Blocks(title="Minimal Selfhood Threshold") as demo:
|
| 2 |
+
with open("css/theme.css") as f:
|
| 3 |
+
gr.HTML(f"<style>{f.read()}</style>")
|
| 4 |
:root {
|
| 5 |
--bg: #080f1e;
|
| 6 |
--fg: #e8eaf0;
|