Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -316,7 +316,7 @@ if 'initialized' not in st.session_state:
|
|
316 |
st.session_state['initialized'] = True
|
317 |
|
318 |
with st.sidebar:
|
319 |
-
if st.session_state['initialized']
|
320 |
comuni_provincia_Brescia = get_elenco_comuni('Brescia')
|
321 |
comuni_provincia_Bergamo = get_elenco_comuni('Bergamo')
|
322 |
st.session_state['initialized'] = True
|
|
|
316 |
st.session_state['initialized'] = True
|
317 |
|
318 |
with st.sidebar:
|
319 |
+
if st.session_state['initialized'] == False:
|
320 |
comuni_provincia_Brescia = get_elenco_comuni('Brescia')
|
321 |
comuni_provincia_Bergamo = get_elenco_comuni('Bergamo')
|
322 |
st.session_state['initialized'] = True
|