Spaces:
Sleeping
Sleeping
robertselvam
commited on
Commit
•
98dbbd5
1
Parent(s):
77de8f5
Create style.css
Browse files
style.css
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#col-container {
|
2 |
+
max-width: 800px;
|
3 |
+
margin-left: auto;
|
4 |
+
margin-right: auto;
|
5 |
+
}
|
6 |
+
gradio-app{
|
7 |
+
background: rgb(153,0,255);
|
8 |
+
background: radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%) !important;
|
9 |
+
height: 100%;
|
10 |
+
width: 100%;
|
11 |
+
}
|
12 |
+
.filenameshow{
|
13 |
+
height:100px;
|
14 |
+
}
|
15 |
+
.uploadbutton{
|
16 |
+
height:42px;
|
17 |
+
}
|