Spaces:
Runtime error
Runtime error
Bug fix
Browse files
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 |
-
|
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):
|