Abyszero commited on
Commit
f242056
1 Parent(s): 69b3e79
Files changed (2) hide show
  1. README.md +0 -1
  2. styles.css +0 -37
README.md CHANGED
@@ -1,7 +1,6 @@
1
  ---
2
  title: Multilabel Classification
3
  sdk: gradio
4
- sdk_version: 3.2
5
  app_file: app.y
6
  pinned: false
7
  ---
 
1
  ---
2
  title: Multilabel Classification
3
  sdk: gradio
 
4
  app_file: app.y
5
  pinned: false
6
  ---
styles.css DELETED
@@ -1,37 +0,0 @@
1
- .cell {
2
- margin-bottom: 1rem;
3
- }
4
-
5
- .cell > .sourceCode {
6
- margin-bottom: 0;
7
- }
8
-
9
- .cell-output > pre {
10
- margin-bottom: 0;
11
- }
12
-
13
- .cell-output > pre, .cell-output > .sourceCode > pre, .cell-output-stdout > pre {
14
- margin-left: 0.8rem;
15
- margin-top: 0;
16
- background: none;
17
- border-left: 2px solid lightsalmon;
18
- border-top-left-radius: 0;
19
- border-top-right-radius: 0;
20
- }
21
-
22
- .cell-output > .sourceCode {
23
- border: none;
24
- }
25
-
26
- .cell-output > .sourceCode {
27
- background: none;
28
- margin-top: 0;
29
- }
30
-
31
- div.description {
32
- padding-left: 2px;
33
- padding-top: 5px;
34
- font-style: italic;
35
- font-size: 135%;
36
- opacity: 70%;
37
- }