fellafrom26 commited on
Commit
7a85666
·
verified ·
1 Parent(s): 2b999c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -4,9 +4,10 @@ import torch
4
  import numpy as np
5
 
6
  MAPPING = {
7
- 'cs': 'Computer Science', 'quant-ph': 'Quantum Physics', 'eess': 'Electrical Engineering and Systems Science', 'math': 'Mathematics',
8
- 'q-bio': 'Quantitative Biology', 'q-fin': 'Quantitative Finance', 'stat': 'Statistics', 'physics': 'Physics', 'nlin': 'Nonlinear Sciences',
9
- 'astro-ph': 'Astrophysics', 'cond-mat': 'Condensed Matter', 'cmpl-lg': 'Computation and Language'
 
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