datasciencedojo commited on
Commit
a0eca6d
1 Parent(s): a379e43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -43,7 +43,7 @@ footer {display:none !important}
43
 
44
  .gr-button-primary {
45
  z-index: 14;
46
- height: 30px !important;
47
  width: 113px !important;
48
  left: 0px;
49
  top: 0px;
@@ -63,7 +63,7 @@ footer {display:none !important}
63
  }
64
  .gr-button-primary:hover{
65
  z-index: 14;
66
- height: 30px !important;
67
  width: 113px !important;
68
  left: 0px;
69
  top: 0px;
@@ -83,12 +83,12 @@ footer {display:none !important}
83
  }
84
 
85
  .gr-button-secondary{
86
- height: 30px !important;
87
  width: 113px !important;
88
  }
89
 
90
  .gr-button-secondary:hover{
91
- height: 30px !important;
92
  width: 113px !important;
93
  }
94
 
 
43
 
44
  .gr-button-primary {
45
  z-index: 14;
46
+ height: 36px !important;
47
  width: 113px !important;
48
  left: 0px;
49
  top: 0px;
 
63
  }
64
  .gr-button-primary:hover{
65
  z-index: 14;
66
+ height: 36px !important;
67
  width: 113px !important;
68
  left: 0px;
69
  top: 0px;
 
83
  }
84
 
85
  .gr-button-secondary{
86
+ height: 36px !important;
87
  width: 113px !important;
88
  }
89
 
90
  .gr-button-secondary:hover{
91
+ height: 36px !important;
92
  width: 113px !important;
93
  }
94