Spaces:
Sleeping
Sleeping
code update
Browse files- app.py +1 -1
- hf_bulk_image_classifier.code-workspace +20 -0
app.py
CHANGED
@@ -17,7 +17,7 @@ DATASETS = [
|
|
17 |
MAX_N_LABELS = 5
|
18 |
SPLIT_TO_CLASSIFY = 'pasta'
|
19 |
|
20 |
-
COLS = st.columns([0.
|
21 |
SCROLLABLE_TEXT = COLS[1].container(height=500)
|
22 |
|
23 |
|
|
|
17 |
MAX_N_LABELS = 5
|
18 |
SPLIT_TO_CLASSIFY = 'pasta'
|
19 |
|
20 |
+
COLS = st.columns([0.60, 0.40])
|
21 |
SCROLLABLE_TEXT = COLS[1].container(height=500)
|
22 |
|
23 |
|
hf_bulk_image_classifier.code-workspace
CHANGED
@@ -5,5 +5,25 @@
|
|
5 |
}
|
6 |
],
|
7 |
"settings": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
}
|
9 |
}
|
|
|
5 |
}
|
6 |
],
|
7 |
"settings": {
|
8 |
+
"workbench.colorCustomizations": {
|
9 |
+
"activityBar.activeBackground": "#65c89b",
|
10 |
+
"activityBar.background": "#65c89b",
|
11 |
+
"activityBar.foreground": "#15202b",
|
12 |
+
"activityBar.inactiveForeground": "#15202b99",
|
13 |
+
"activityBarBadge.background": "#945bc4",
|
14 |
+
"activityBarBadge.foreground": "#e7e7e7",
|
15 |
+
"commandCenter.border": "#15202b99",
|
16 |
+
"sash.hoverBorder": "#65c89b",
|
17 |
+
"statusBar.background": "#42b883",
|
18 |
+
"statusBar.foreground": "#15202b",
|
19 |
+
"statusBarItem.hoverBackground": "#359268",
|
20 |
+
"statusBarItem.remoteBackground": "#42b883",
|
21 |
+
"statusBarItem.remoteForeground": "#15202b",
|
22 |
+
"titleBar.activeBackground": "#42b883",
|
23 |
+
"titleBar.activeForeground": "#15202b",
|
24 |
+
"titleBar.inactiveBackground": "#42b88399",
|
25 |
+
"titleBar.inactiveForeground": "#15202b99"
|
26 |
+
},
|
27 |
+
"peacock.color": "#42b883"
|
28 |
}
|
29 |
}
|