Spaces:
Sleeping
Sleeping
Jonas Wiesli
commited on
Commit
•
dd160ff
1
Parent(s):
4a065f0
minor color adjustment
Browse files
app.py
CHANGED
@@ -5,10 +5,11 @@ openai.api_key = "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"
|
|
5 |
|
6 |
theme = gr.themes.Monochrome()
|
7 |
css = "@import url(https://fonts.googleapis.com/css2?family=Silkscreen&display=swap);.gradio-container{" \
|
8 |
-
"background-color:#cda678;font-family:Silkscreen;position:relative}
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
|
|
12 |
"#002366}#component-49{position:initial}#component-50,#component-62{" \
|
13 |
"position:absolute;top:5%;right:5%;width:44px;height:44px;min-width:44px;min-height:44px}"
|
14 |
|
|
|
5 |
|
6 |
theme = gr.themes.Monochrome()
|
7 |
css = "@import url(https://fonts.googleapis.com/css2?family=Silkscreen&display=swap);.gradio-container{" \
|
8 |
+
"background-color:#cda678;font-family:Silkscreen;position:relative}.secondary.svelte-58yet2," \
|
9 |
+
".tabitem{background-color:#002366}#component-1{min-height:75vh}#component-4{" \
|
10 |
+
"margin-top:auto}.tabs.svelte-btpldm{height:100%}.tabitem{border:1px solid #fff}#component-48,#component-51{" \
|
11 |
+
"position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(" \
|
12 |
+
"-50%);width:50%;height:50vh;padding:70px 20px 20px;background-color:#fff;border:1px solid " \
|
13 |
"#002366}#component-49{position:initial}#component-50,#component-62{" \
|
14 |
"position:absolute;top:5%;right:5%;width:44px;height:44px;min-width:44px;min-height:44px}"
|
15 |
|
style.css
CHANGED
@@ -19,7 +19,8 @@
|
|
19 |
}
|
20 |
|
21 |
.tabitem {
|
22 |
-
background-color: #
|
|
|
23 |
}
|
24 |
|
25 |
.secondary.svelte-58yet2 {
|
|
|
19 |
}
|
20 |
|
21 |
.tabitem {
|
22 |
+
background-color: #002366;
|
23 |
+
border: 1px solid #fff;
|
24 |
}
|
25 |
|
26 |
.secondary.svelte-58yet2 {
|