Spaces:
Paused
Paused
Commit
·
dd611d4
1
Parent(s):
e896986
Create style.css
Browse files
style.css
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
h1 {
|
2 |
+
text-align: center;
|
3 |
+
}
|
4 |
+
|
5 |
+
.gradio-container {
|
6 |
+
background-color: #FAFBFF;
|
7 |
+
color: #292b47
|
8 |
+
}
|
9 |
+
|
10 |
+
#duplicate-button {
|
11 |
+
margin: auto;
|
12 |
+
color: white;
|
13 |
+
background: #3264ff;
|
14 |
+
border-radius: 100vh;
|
15 |
+
}
|
16 |
+
|
17 |
+
#component-0 {
|
18 |
+
max-width: 900px;
|
19 |
+
margin: auto;
|
20 |
+
color: #292b47;
|
21 |
+
padding-top: 1.5rem;
|
22 |
+
}
|
23 |
+
|
24 |
+
#submit_button {
|
25 |
+
margin: auto;
|
26 |
+
color: white;
|
27 |
+
background: #3264ff;
|
28 |
+
}
|
29 |
+
|
30 |
+
#examples {
|
31 |
+
margin: auto;
|
32 |
+
background-color: #FAFBFF;
|
33 |
+
color: #292b47;
|
34 |
+
}
|
35 |
+
|
36 |
+
#textbox {
|
37 |
+
margin: auto;
|
38 |
+
color: #292b47;
|
39 |
+
background-color: #FAFBFF;
|
40 |
+
}
|