Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -372,11 +372,15 @@ def login_page():
|
|
372 |
else:
|
373 |
st.error("Username o password errati")
|
374 |
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
if not st.session_state
|
380 |
-
|
381 |
-
|
382 |
-
|
|
|
|
|
|
|
|
|
|
372 |
else:
|
373 |
st.error("Username o password errati")
|
374 |
|
375 |
+
inizializza()
|
376 |
+
st.set_page_config(layout='wide')
|
377 |
+
main()
|
378 |
+
|
379 |
+
#if 'initialized' not in st.session_state:
|
380 |
+
# st.session_state['initialized'] = True
|
381 |
+
# inizializza()
|
382 |
+
# st.set_page_config(layout='wide')
|
383 |
+
#if not st.session_state['logged_in']:
|
384 |
+
# login_page()
|
385 |
+
#if st.session_state['logged_in']:
|
386 |
+
# main()
|