datasciencedojo commited on
Commit
65adfc6
·
1 Parent(s): 07c0dff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -6
app.py CHANGED
@@ -74,11 +74,14 @@ max-width: none !important;
74
 
75
  .gr-button-lg {
76
  z-index: 14;
 
77
  width: 113px;
78
- left: 0px;
79
- top: 0px;
 
 
80
  padding: 0px;
81
- cursor: pointer !important;
82
  background: none rgb(17, 20, 45) !important;
83
  border: none !important;
84
  text-align: center !important;
@@ -92,11 +95,14 @@ max-width: none !important;
92
  }
93
  .gr-button-lg:hover{
94
  z-index: 14;
 
95
  width: 113px;
96
- left: 0px;
97
- top: 0px;
 
 
98
  padding: 0px;
99
- cursor: pointer !important;
100
  background: none rgb(37, 56, 133) !important;
101
  border: none !important;
102
  text-align: center !important;
 
74
 
75
  .gr-button-lg {
76
  z-index: 14;
77
+ align-self: flex-end;
78
  width: 113px;
79
+ height: 36px;
80
+ flex-grow: 0;
81
+ flex-shrink: 0;
82
+ margin: 0px;
83
  padding: 0px;
84
+ cursor: pointer;
85
  background: none rgb(17, 20, 45) !important;
86
  border: none !important;
87
  text-align: center !important;
 
95
  }
96
  .gr-button-lg:hover{
97
  z-index: 14;
98
+ align-self: flex-end;
99
  width: 113px;
100
+ height: 36px;
101
+ flex-grow: 0;
102
+ flex-shrink: 0;
103
+ margin: 0px;
104
  padding: 0px;
105
+ cursor: pointer;
106
  background: none rgb(37, 56, 133) !important;
107
  border: none !important;
108
  text-align: center !important;