datasciencedojo commited on
Commit
07c0dff
·
1 Parent(s): 4bcd188

updated css

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -74,8 +74,7 @@ max-width: none !important;
74
 
75
  .gr-button-lg {
76
  z-index: 14;
77
- height: 43px;
78
- width: 130px;
79
  left: 0px;
80
  top: 0px;
81
  padding: 0px;
@@ -83,18 +82,16 @@ max-width: none !important;
83
  background: none rgb(17, 20, 45) !important;
84
  border: none !important;
85
  text-align: center !important;
86
- font-family: Poppins !important;
87
  font-size: 14px !important;
88
  font-weight: 500 !important;
89
  color: rgb(255, 255, 255) !important;
90
  line-height: 1 !important;
91
- border-radius: 12px !important;
92
  transition: box-shadow 200ms ease 0s, background 200ms ease 0s !important;
93
  box-shadow: none !important;
94
  }
95
  .gr-button-lg:hover{
96
  z-index: 14;
97
- height: 43px;
98
  width: 113px;
99
  left: 0px;
100
  top: 0px;
@@ -103,7 +100,6 @@ max-width: none !important;
103
  background: none rgb(37, 56, 133) !important;
104
  border: none !important;
105
  text-align: center !important;
106
- font-family: Poppins !important;
107
  font-size: 14px !important;
108
  font-weight: 500 !important;
109
  color: rgb(255, 255, 255) !important;
 
74
 
75
  .gr-button-lg {
76
  z-index: 14;
77
+ width: 113px;
 
78
  left: 0px;
79
  top: 0px;
80
  padding: 0px;
 
82
  background: none rgb(17, 20, 45) !important;
83
  border: none !important;
84
  text-align: center !important;
 
85
  font-size: 14px !important;
86
  font-weight: 500 !important;
87
  color: rgb(255, 255, 255) !important;
88
  line-height: 1 !important;
89
+ border-radius: 6px !important;
90
  transition: box-shadow 200ms ease 0s, background 200ms ease 0s !important;
91
  box-shadow: none !important;
92
  }
93
  .gr-button-lg:hover{
94
  z-index: 14;
 
95
  width: 113px;
96
  left: 0px;
97
  top: 0px;
 
100
  background: none rgb(37, 56, 133) !important;
101
  border: none !important;
102
  text-align: center !important;
 
103
  font-size: 14px !important;
104
  font-weight: 500 !important;
105
  color: rgb(255, 255, 255) !important;