gael1130 commited on
Commit
85dbd3c
·
verified ·
1 Parent(s): ab73d57

Upload style.css

Browse files
Files changed (1) hide show
  1. style.css +18 -0
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
+ }