Update app.py
Browse files
app.py
CHANGED
|
@@ -371,9 +371,6 @@ def main_app():
|
|
| 371 |
|
| 372 |
#####################################################################################################
|
| 373 |
def main():
|
| 374 |
-
if not initialize_mongodb_connection():
|
| 375 |
-
st.warning("La conexi贸n a la base de datos MongoDB no est谩 disponible. Algunas funciones pueden no estar operativas.")
|
| 376 |
-
|
| 377 |
if 'logged_in' not in st.session_state:
|
| 378 |
st.session_state.logged_in = False
|
| 379 |
|
|
|
|
| 371 |
|
| 372 |
#####################################################################################################
|
| 373 |
def main():
|
|
|
|
|
|
|
|
|
|
| 374 |
if 'logged_in' not in st.session_state:
|
| 375 |
st.session_state.logged_in = False
|
| 376 |
|