From c62bcbaba11b9459725da334d671314907e83d85 Mon Sep 17 00:00:00 2001 From: "AARETE\\agupta" Date: Fri, 14 Jun 2024 09:52:01 -0500 Subject: [PATCH] Reverted changes in UI 2 and 3 --- streamlit/interface_0.py | 20 ++++++++++---------- streamlit/interface_2.py | 13 ------------- streamlit/interface_3.py | 1 - 3 files changed, 10 insertions(+), 24 deletions(-) diff --git a/streamlit/interface_0.py b/streamlit/interface_0.py index 2a93270..5379ee0 100644 --- a/streamlit/interface_0.py +++ b/streamlit/interface_0.py @@ -61,17 +61,17 @@ with st.sidebar: # st.write("Doczy") # AARETE LOGO -# x,y,z = st.columns([15,2,15]) -# with y: -# st.image('aaretelogo.png') +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) +hide_img_fs = ''' + +''' +st.markdown(hide_img_fs, unsafe_allow_html=True) _,c1= st.columns([5,1]) try: diff --git a/streamlit/interface_2.py b/streamlit/interface_2.py index f9bad41..824509a 100644 --- a/streamlit/interface_2.py +++ b/streamlit/interface_2.py @@ -40,19 +40,6 @@ 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_3.py b/streamlit/interface_3.py index 82b425f..8c14183 100644 --- a/streamlit/interface_3.py +++ b/streamlit/interface_3.py @@ -41,7 +41,6 @@ with st.sidebar: add_vertical_space(15) # st.write("Doczy") - _,c1= st.columns([5,1]) # util.setup_page(REDIRECT_URI) try: