File tree Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 5
5
< title > Few-Shot Learning</ title >
6
6
< link rel ="stylesheet " href ="style.css " type ="text/css ">
7
7
< script src ="build/app.js "> </ script >
8
- < script >
9
- window . onload = function ( ) {
10
- document . body . appendChild ( new UI ( ) . element ) ;
11
- } ;
12
- </ script >
13
8
</ head >
14
9
< body >
15
10
< div class ="few-shot-container "> </ div >
Original file line number Diff line number Diff line change 113
113
114
114
window . UI = UI ;
115
115
116
+ window . onload = function ( ) {
117
+ new UI ( ) ;
118
+ } ;
119
+
116
120
} ) ( ) ;
Original file line number Diff line number Diff line change 1
- body {
2
- font-family : sans-serif;
3
- margin : 10px 0 ;
4
- }
5
-
6
1
.few-shot-container {
7
2
width : 310px ;
8
3
display : block;
@@ -30,17 +25,22 @@ body {
30
25
}
31
26
32
27
.few-shot-container-controls button {
33
- position : absolute;
34
- width : 92px ;
35
- height : 30px ;
36
- left : 4px ;
28
+ position : absolute !important ;
29
+ width : 92px !important ;
30
+ height : 30px !important ;
31
+ left : 4px !important ;
32
+ min-height : 0 !important ;
37
33
38
- border : none;
34
+ border : none !important ;
39
35
40
- background-color : # 65bcd4 ;
41
- color : white;
42
- font-size : 16px ;
43
- cursor : pointer;
36
+ background-color : # 65bcd4 !important ;
37
+ color : white !important ;
38
+ font-size : 16px !important ;
39
+ cursor : pointer !important ;
40
+
41
+ letter-spacing : 0 !important ;
42
+ text-transform : none !important ;
43
+ border-radius : none !important ;
44
44
}
45
45
46
46
.few-shot-container-clear {
@@ -124,6 +124,7 @@ body {
124
124
125
125
.few-shot-predictions-percent-label {
126
126
margin-left : 10px ;
127
+ font-size : 16px ;
127
128
}
128
129
129
130
.few-shot-predictions-bar-container {
You can’t perform that action at this time.
0 commit comments