Spaces:
Sleeping
Sleeping
Upload style.css
Browse files
style.css
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* Center the input box */
|
2 |
+
#username_input {
|
3 |
+
margin: auto;
|
4 |
+
display: block;
|
5 |
+
text-align: center;
|
6 |
+
width: 50%;
|
7 |
+
}
|
8 |
+
|
9 |
+
/* Center the submit button */
|
10 |
+
.gr-button {
|
11 |
+
margin: auto;
|
12 |
+
display: block;
|
13 |
+
}
|
14 |
+
|
15 |
+
/* Adjust output DataFrame styling */
|
16 |
+
.output-dataframe {
|
17 |
+
margin-top: 20px;
|
18 |
+
}
|