Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -143,7 +143,7 @@ def logged_in_interface(): | |
| 143 | 
             
                        st.markdown("<div style='padding-top: 15px;'>", unsafe_allow_html=True)
         | 
| 144 | 
             
                        if st.button(translations[st.session_state.current_lang]['logout'], key="logout_button"):
         | 
| 145 | 
             
                            st.session_state.logged_in = False
         | 
| 146 | 
            -
                            st. | 
| 147 | 
             
                        st.markdown("</div>", unsafe_allow_html=True)
         | 
| 148 |  | 
| 149 | 
             
                # Añadir una línea divisoria
         | 
|  | |
| 143 | 
             
                        st.markdown("<div style='padding-top: 15px;'>", unsafe_allow_html=True)
         | 
| 144 | 
             
                        if st.button(translations[st.session_state.current_lang]['logout'], key="logout_button"):
         | 
| 145 | 
             
                            st.session_state.logged_in = False
         | 
| 146 | 
            +
                            st.rerun()
         | 
| 147 | 
             
                        st.markdown("</div>", unsafe_allow_html=True)
         | 
| 148 |  | 
| 149 | 
             
                # Añadir una línea divisoria
         | 
