ZakoLibe commited on
Commit
4fd7e03
·
1 Parent(s): b74b9a7
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,12 +14,12 @@ with open('config/mapping_noms.txt', 'r') as f:
14
  mapping_noms = json.loads(f.read())
15
 
16
  if 'name' not in st.session_state.keys():
17
- st.session_state['name'] = 'Inconnus 1'
18
 
19
  @st.cache_resource
20
  def initialize(name):
21
 
22
- if name == "dimanov_et_al":
23
  return None, None, None, None, None
24
 
25
  articles = pd.read_csv('data/extract_sciences_po.csv')
 
14
  mapping_noms = json.loads(f.read())
15
 
16
  if 'name' not in st.session_state.keys():
17
+ st.session_state['name'] = 'Groupe 2'
18
 
19
  @st.cache_resource
20
  def initialize(name):
21
 
22
+ if name == "Groupe 1":
23
  return None, None, None, None, None
24
 
25
  articles = pd.read_csv('data/extract_sciences_po.csv')