import streamlit as st import streamlit.components.v1 as components from streamlit_extras.switch_page_button import switch_page import login_page def show(): # Top-right Logout button col1, col2 = st.columns([8, 2]) with col2: if st.button("Logout", key="logout_btn"): st.session_state.logged_in = False st.session_state.page = "Home" st.rerun() # Hero Section st.markdown("""
Using advanced AI models to make accurate and fast polymer property predictions.
TransPolymer works with SMILES strings to generate accurate predictions of polymer properties.
Built on the powerful Transformer architecture .
TransPolymer is a powerful AI assistant that predicts physical and chemical properties of polymers using deep learning techniques.
It transforms molecular SMILES strings into property insights within seconds.
Transpolymer - Simple. Smart. Scientific
© 2025 TransPolymer. All rights reserved.