datasciencedojo commited on
Commit
c39439f
·
1 Parent(s): f2323af

decreased button height

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,7 +75,7 @@ max-width: none !important;
75
  .gr-button-lg {
76
  z-index: 14;
77
  width: 113px;
78
- height: 36px;
79
  left: 0px;
80
  top: 0px;
81
  padding: 0px;
@@ -94,7 +94,7 @@ max-width: none !important;
94
  .gr-button-lg:hover{
95
  z-index: 14;
96
  width: 113px;
97
- height: 36px;
98
  left: 0px;
99
  top: 0px;
100
  padding: 0px;
 
75
  .gr-button-lg {
76
  z-index: 14;
77
  width: 113px;
78
+ height: 30px;
79
  left: 0px;
80
  top: 0px;
81
  padding: 0px;
 
94
  .gr-button-lg:hover{
95
  z-index: 14;
96
  width: 113px;
97
+ height: 30px;
98
  left: 0px;
99
  top: 0px;
100
  padding: 0px;