Spaces:
Sleeping
Sleeping
Jonas Wiesli
commited on
Commit
•
5fbfab8
1
Parent(s):
dd5547e
adjusted css
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ 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:#
|
9 |
-
"button{background-color:#002366
|
10 |
"position:absolute;right:50%;top:50%;transform:translateX(-50%) translateY(-50%)}"
|
11 |
|
12 |
with gr.Blocks(theme=theme, css=css) as iface:
|
|
|
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}.tabitem," \
|
9 |
+
"button{background-color:#002366}.abs-window{" \
|
10 |
"position:absolute;right:50%;top:50%;transform:translateX(-50%) translateY(-50%)}"
|
11 |
|
12 |
with gr.Blocks(theme=theme, css=css) as iface:
|
style.css
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
@import url('https://fonts.googleapis.com/css2?family=Silkscreen&display=swap');
|
2 |
|
3 |
.gradio-container {
|
4 |
-
background-color: #
|
5 |
font-family: "Silkscreen";
|
6 |
position: relative;
|
7 |
}
|
8 |
|
9 |
.tabitem, button {
|
10 |
-
background-color: #002366
|
11 |
}
|
12 |
|
13 |
.abs-window {
|
|
|
1 |
@import url('https://fonts.googleapis.com/css2?family=Silkscreen&display=swap');
|
2 |
|
3 |
.gradio-container {
|
4 |
+
background-color: #cda678;
|
5 |
font-family: "Silkscreen";
|
6 |
position: relative;
|
7 |
}
|
8 |
|
9 |
.tabitem, button {
|
10 |
+
background-color: #002366;
|
11 |
}
|
12 |
|
13 |
.abs-window {
|