Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,9 +4,10 @@ import torch
|
|
4 |
import numpy as np
|
5 |
|
6 |
MAPPING = {
|
7 |
-
'cs': 'Computer Science', '
|
8 |
-
'
|
9 |
-
'
|
|
|
10 |
}
|
11 |
|
12 |
@st.cache_resource
|
|
|
4 |
import numpy as np
|
5 |
|
6 |
MAPPING = {
|
7 |
+
'cs': 'Computer Science', 'stat': 'Statistics', 'math': 'Mathematics', 'q-bio': 'Quantitative Biology',
|
8 |
+
'physics': 'Physics', 'cmpl-lg': 'Computation and Language', 'eess': 'Electrical Engineering and Systems Science',
|
9 |
+
'quant-ph': 'Quantum Physics', 'cond-mat': 'Condensed Matter', 'astro-ph': 'Astrophysics', 'nlin': 'Nonlinear Sciences',
|
10 |
+
'q-fin': 'Quantitative Finance', ':)': 'Something else'
|
11 |
}
|
12 |
|
13 |
@st.cache_resource
|