Spaces:
Runtime error
Runtime error
Commit
·
263ba3f
1
Parent(s):
e989038
Create style.css
Browse files
style.css
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
%%writefile style.css
|
2 |
+
#col-container {
|
3 |
+
max-width: 900px;
|
4 |
+
margin-left: auto;
|
5 |
+
margin-right: auto;
|
6 |
+
}
|
7 |
+
gradio-app{
|
8 |
+
background: rgb(153,0,255);
|
9 |
+
background: radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%) !important;
|
10 |
+
height: 100%;
|
11 |
+
width: 100%;
|
12 |
+
}
|
13 |
+
#row-flex {
|
14 |
+
display: flex;
|
15 |
+
align-items: center;
|
16 |
+
justify-content: center;
|
17 |
+
}
|
18 |
+
.filenameshow{
|
19 |
+
height:55px;
|
20 |
+
}
|