Пример #1
0
def draw_main_page():
    st.write(f"""
    # Welcome to Streamlit {VERSION}! 👋
    """)

    st.write(intro)

    st.write(release_notes)

    create_static_notes(contributors, previous_version, VERSION)
Пример #2
0
def draw_main_page():
    st.write(f"""
    # Welcome to Streamlit {VERSION}! 👋
    """)

    st.write(intro)

    st.info("""
        :point_left: **To get started, choose a demo on the left sidebar.**
    """)

    st.write(release_notes)

    create_static_notes(contributors, previous_version, VERSION)