Spaces:
Sleeping
Sleeping
Jonas Wiesli
commited on
Commit
•
52db14f
1
Parent(s):
4320378
adjusted bg image path
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ theme = gr.themes.Monochrome(
|
|
9 |
)
|
10 |
css = "@import url(https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap);#component-3," \
|
11 |
"#component-4{margin-bottom:10px}.gradio-container{background-image:url(" \
|
12 |
-
"\"file/bg.png\");background-size:contain;background-position:top;background-color:#cda678;font-family" \
|
13 |
":Silkscreen;position:relative}#component-4{" \
|
14 |
"margin-top:auto}.tabs.svelte-btpldm{height:100%}.tabitem{background-color:#002366;border:1px solid " \
|
15 |
"#fff}#component-17,#component-25,#component-33,#component-41,#component-9{" \
|
|
|
9 |
)
|
10 |
css = "@import url(https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap);#component-3," \
|
11 |
"#component-4{margin-bottom:10px}.gradio-container{background-image:url(" \
|
12 |
+
"\"file/img/bg.png\");background-size:contain;background-position:top;background-color:#cda678;font-family" \
|
13 |
":Silkscreen;position:relative}#component-4{" \
|
14 |
"margin-top:auto}.tabs.svelte-btpldm{height:100%}.tabitem{background-color:#002366;border:1px solid " \
|
15 |
"#fff}#component-17,#component-25,#component-33,#component-41,#component-9{" \
|
style.css
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
@import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap');
|
2 |
|
3 |
.gradio-container {
|
4 |
-
background-image: url(\"file/bg.png\");
|
5 |
background-size: contain;
|
6 |
background-position: top;
|
7 |
background-color: #cda678;
|
|
|
1 |
@import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap');
|
2 |
|
3 |
.gradio-container {
|
4 |
+
background-image: url(\"file/img/bg.png\");
|
5 |
background-size: contain;
|
6 |
background-position: top;
|
7 |
background-color: #cda678;
|