wrapper228 commited on
Commit
6a228c8
1 Parent(s): 3a9fe38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -7,13 +7,13 @@ from PIL import Image
7
 
8
 
9
  labels = {
10
- "0":"biology"
11
- "1":"computer science"
12
- "2":"economics"
13
- "3":"electrics"
14
- "4":"finance"
15
- "5":"math"
16
- "6":"physics"
17
  "7":"statistics"
18
  }
19
 
7
 
8
 
9
  labels = {
10
+ "0":"biology",
11
+ "1":"computer science",
12
+ "2":"economics",
13
+ "3":"electrics",
14
+ "4":"finance",
15
+ "5":"math",
16
+ "6":"physics",
17
  "7":"statistics"
18
  }
19