RFTSystems commited on
Commit
4a99adc
·
verified ·
1 Parent(s): 0250c51

Update css/theme.css

Browse files
Files changed (1) hide show
  1. css/theme.css +3 -1
css/theme.css CHANGED
@@ -1,4 +1,6 @@
1
- /* css/theme.css */
 
 
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;