datasciencedojo commited on
Commit
a379e43
1 Parent(s): 8e99d1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +17 -6
app.py CHANGED
@@ -43,8 +43,8 @@ footer {display:none !important}
43
 
44
  .gr-button-primary {
45
  z-index: 14;
46
- height: 30px;
47
- width: 113px;
48
  left: 0px;
49
  top: 0px;
50
  padding: 0px;
@@ -57,14 +57,14 @@ footer {display:none !important}
57
  font-weight: 500 !important;
58
  color: rgb(255, 255, 255) !important;
59
  line-height: 1 !important;
60
- border-radius: 12px !important;
61
  transition: box-shadow 200ms ease 0s, background 200ms ease 0s !important;
62
  box-shadow: none !important;
63
  }
64
  .gr-button-primary:hover{
65
  z-index: 14;
66
- height: 30px;
67
- width: 113px;
68
  left: 0px;
69
  top: 0px;
70
  padding: 0px;
@@ -77,10 +77,21 @@ footer {display:none !important}
77
  font-weight: 500 !important;
78
  color: rgb(255, 255, 255) !important;
79
  line-height: 1 !important;
80
- border-radius: 12px !important;
81
  transition: box-shadow 200ms ease 0s, background 200ms ease 0s !important;
82
  box-shadow: rgb(0 0 0 / 23%) 0px 1px 7px 0px !important;
83
  }
 
 
 
 
 
 
 
 
 
 
 
84
  .hover\:bg-orange-50:hover {
85
  --tw-bg-opacity: 1 !important;
86
  background-color: rgb(229,225,255) !important;
 
43
 
44
  .gr-button-primary {
45
  z-index: 14;
46
+ height: 30px !important;
47
+ width: 113px !important;
48
  left: 0px;
49
  top: 0px;
50
  padding: 0px;
 
57
  font-weight: 500 !important;
58
  color: rgb(255, 255, 255) !important;
59
  line-height: 1 !important;
60
+ border-radius: 6px !important;
61
  transition: box-shadow 200ms ease 0s, background 200ms ease 0s !important;
62
  box-shadow: 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;
70
  padding: 0px;
 
77
  font-weight: 500 !important;
78
  color: rgb(255, 255, 255) !important;
79
  line-height: 1 !important;
80
+ border-radius: 6px !important;
81
  transition: box-shadow 200ms ease 0s, background 200ms ease 0s !important;
82
  box-shadow: rgb(0 0 0 / 23%) 0px 1px 7px 0px !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
+
95
  .hover\:bg-orange-50:hover {
96
  --tw-bg-opacity: 1 !important;
97
  background-color: rgb(229,225,255) !important;