ZakoLibe commited on
Commit
45d6967
·
1 Parent(s): bfe1f52
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ with open('config/mapping_prompts.txt', 'r') as f:
13
  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'] = 'Groupe 2'
18
 
19
  @st.cache_resource
20
  def initialize(name):
 
13
  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'] = 'Groupe 2'
18
 
19
  @st.cache_resource
20
  def initialize(name):