Spaces:
Runtime error
Runtime error
Adding supporting files
Browse files- app.css +16 -0
- requirements.txt +0 -0
app.css
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
#component-2, #component-3, #component-4 {
|
| 3 |
+
text-align: center;
|
| 4 |
+
color: #000;
|
| 5 |
+
}
|
| 6 |
+
|
| 7 |
+
.gr-textbox, .gr-file, .gr-gallery {
|
| 8 |
+
background-color: #1e1e1e;
|
| 9 |
+
border: 3px solid #242424;
|
| 10 |
+
color: #000000;
|
| 11 |
+
}
|
| 12 |
+
|
| 13 |
+
h1, .gr-description {
|
| 14 |
+
text-align: center;
|
| 15 |
+
color: #000000;
|
| 16 |
+
}
|
requirements.txt
ADDED
|
Binary file (3.21 kB). View file
|
|
|