datasciencedojo commited on
Commit
00b8b04
·
1 Parent(s): 13e9383

Update app.py

Browse files

update height and width of submit button

Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -20,6 +20,12 @@ css = """
20
  .footer {display:none !important}
21
 
22
  .gr-button-primary {
 
 
 
 
 
 
23
  cursor: pointer !important;
24
  background: none rgb(17, 20, 45) !important;
25
  border: none !important;
@@ -35,6 +41,12 @@ css = """
35
  }
36
 
37
  .gr-button-primary:hover{
 
 
 
 
 
 
38
  cursor: pointer !important;
39
  background: none rgb(37, 56, 133) !important;
40
  border: none !important;
 
20
  .footer {display:none !important}
21
 
22
  .gr-button-primary {
23
+ z-index: 14;
24
+ height: 43px;
25
+ width: 130px;
26
+ left: 0px;
27
+ top: 0px;
28
+ padding: 0px;
29
  cursor: pointer !important;
30
  background: none rgb(17, 20, 45) !important;
31
  border: none !important;
 
41
  }
42
 
43
  .gr-button-primary:hover{
44
+ z-index: 14;
45
+ height: 43px;
46
+ width: 130px;
47
+ left: 0px;
48
+ top: 0px;
49
+ padding: 0px;
50
  cursor: pointer !important;
51
  background: none rgb(37, 56, 133) !important;
52
  border: none !important;