datasciencedojo commited on
Commit
5ffdb12
1 Parent(s): c70fd4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -16
app.py CHANGED
@@ -42,8 +42,6 @@ footer {display:none !important}
42
  .output-markdown{display:none !important}
43
  button.primary {
44
  z-index: 14;
45
- width: 113px !important;
46
- height: 30px !important;
47
  left: 0px;
48
  top: 0px;
49
  cursor: pointer !important;
@@ -51,14 +49,12 @@ button.primary {
51
  border: none !important;
52
  color: rgb(255, 255, 255) !important;
53
  line-height: 1 !important;
54
- border-radius: 12px !important;
55
  transition: box-shadow 200ms ease 0s, background 200ms ease 0s !important;
56
  box-shadow: none !important;
57
  }
58
  button.primary:hover{
59
  z-index: 14;
60
- width: 113px !important;
61
- height: 30px !important;
62
  left: 0px;
63
  top: 0px;
64
  cursor: pointer !important;
@@ -66,7 +62,7 @@ button.primary:hover{
66
  border: none !important;
67
  color: rgb(255, 255, 255) !important;
68
  line-height: 1 !important;
69
- border-radius: 12px !important;
70
  transition: box-shadow 200ms ease 0s, background 200ms ease 0s !important;
71
  box-shadow: rgb(0 0 0 / 23%) 0px 1px 7px 0px !important;
72
  }
@@ -74,16 +70,6 @@ button.gallery-item:hover {
74
  border-color: rgb(37 56 133) !important;
75
  background-color: rgb(229,225,255) !important;
76
  }
77
-
78
- button.secondary{
79
- width: 113px !important;
80
- height: 30px !important;
81
- }
82
-
83
- button.secondary:hover{
84
- width: 113px !important;
85
- height: 30px !important;
86
- }
87
  """
88
 
89
  examples = [
 
42
  .output-markdown{display:none !important}
43
  button.primary {
44
  z-index: 14;
 
 
45
  left: 0px;
46
  top: 0px;
47
  cursor: pointer !important;
 
49
  border: none !important;
50
  color: rgb(255, 255, 255) !important;
51
  line-height: 1 !important;
52
+ border-radius: 6px !important;
53
  transition: box-shadow 200ms ease 0s, background 200ms ease 0s !important;
54
  box-shadow: none !important;
55
  }
56
  button.primary:hover{
57
  z-index: 14;
 
 
58
  left: 0px;
59
  top: 0px;
60
  cursor: pointer !important;
 
62
  border: none !important;
63
  color: rgb(255, 255, 255) !important;
64
  line-height: 1 !important;
65
+ border-radius: 6px !important;
66
  transition: box-shadow 200ms ease 0s, background 200ms ease 0s !important;
67
  box-shadow: rgb(0 0 0 / 23%) 0px 1px 7px 0px !important;
68
  }
 
70
  border-color: rgb(37 56 133) !important;
71
  background-color: rgb(229,225,255) !important;
72
  }
 
 
 
 
 
 
 
 
 
 
73
  """
74
 
75
  examples = [