Spaces:
Sleeping
Sleeping
Jonas Wiesli
commited on
Commit
•
fb0b627
1
Parent(s):
5fbfab8
adjusted colors
Browse files
app.py
CHANGED
@@ -5,9 +5,9 @@ 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 |
with gr.Blocks(theme=theme, css=css) as iface:
|
13 |
chatbot = []
|
|
|
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 |
+
"background-color:#002366}.abs-window{position:absolute;right:50%;top:50%;transform:translateX(-50%) " \
|
10 |
+
"translateY(-50%)}"
|
11 |
|
12 |
with gr.Blocks(theme=theme, css=css) as iface:
|
13 |
chatbot = []
|
style.css
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
position: relative;
|
7 |
}
|
8 |
|
9 |
-
.
|
10 |
background-color: #002366;
|
11 |
}
|
12 |
|
|
|
6 |
position: relative;
|
7 |
}
|
8 |
|
9 |
+
.secondary.svelte-58yet2 {
|
10 |
background-color: #002366;
|
11 |
}
|
12 |
|