From 23c6b1786d3eb62db7280eb6cf9a1cd9bbcb5c6c Mon Sep 17 00:00:00 2001 From: Pratham Soni Date: Wed, 12 Jun 2024 17:11:25 -0500 Subject: [PATCH] logo for interfaces 0,1,2, and 3; change of create batch button to submit --- streamlit/interface_0.py | 13 +++++++++++++ streamlit/interface_1.py | 13 +++++++++++++ streamlit/interface_2.py | 13 +++++++++++++ streamlit/interface_3.py | 13 +++++++++++++ 4 files changed, 52 insertions(+) diff --git a/streamlit/interface_0.py b/streamlit/interface_0.py index adbae71..c7c0bb5 100644 --- a/streamlit/interface_0.py +++ b/streamlit/interface_0.py @@ -49,6 +49,19 @@ st.set_page_config(layout = "wide") # # st.write("Doczy") # +# AARETE LOGO +x,y,z = st.columns([15,2,15]) +with y: + st.image('aaretelogo.png') + +hide_img_fs = ''' + +''' +st.markdown(hide_img_fs, unsafe_allow_html=True) + _,c1= st.columns([5,1]) try: util.setup_page(REDIRECT_URI) diff --git a/streamlit/interface_1.py b/streamlit/interface_1.py index 3d3a695..0f7db6c 100644 --- a/streamlit/interface_1.py +++ b/streamlit/interface_1.py @@ -29,6 +29,19 @@ st.set_page_config(layout = "wide") # add_vertical_space(15) # # st.write("Doczy") +# AARETE LOGO +x,y,z = st.columns([15,2,15]) +with y: + st.image('aaretelogo.png') + +hide_img_fs = ''' + +''' +st.markdown(hide_img_fs, unsafe_allow_html=True) + _,c1= st.columns([5,1]) try: util.setup_page(REDIRECT_URI) diff --git a/streamlit/interface_2.py b/streamlit/interface_2.py index ed8c494..e6b4ffb 100644 --- a/streamlit/interface_2.py +++ b/streamlit/interface_2.py @@ -37,6 +37,19 @@ with st.sidebar: add_vertical_space(15) # st.write("Doczy") + # AARETE LOGO +x,y,z = st.columns([15,2,15]) +with y: + st.image('aaretelogo.png') + +hide_img_fs = ''' + +''' +st.markdown(hide_img_fs, unsafe_allow_html=True) + _,c1= st.columns([5,1]) try: util.setup_page(REDIRECT_URI) diff --git a/streamlit/interface_3.py b/streamlit/interface_3.py index 8c14183..e5db408 100644 --- a/streamlit/interface_3.py +++ b/streamlit/interface_3.py @@ -41,6 +41,19 @@ with st.sidebar: add_vertical_space(15) # st.write("Doczy") + # AARETE LOGO +x,y,z = st.columns([15,2,15]) +with y: + st.image('aaretelogo.png') + +hide_img_fs = ''' + +''' +st.markdown(hide_img_fs, unsafe_allow_html=True) + _,c1= st.columns([5,1]) # util.setup_page(REDIRECT_URI) try: