From cf669bc85f867f075439aaac78b4f592a4360fb5 Mon Sep 17 00:00:00 2001 From: Pratham Soni Date: Thu, 13 Jun 2024 13:40:50 -0500 Subject: [PATCH] logo for interface 1 --- streamlit/interface_1.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/streamlit/interface_1.py b/streamlit/interface_1.py index 9a5a028..71660c6 100644 --- a/streamlit/interface_1.py +++ b/streamlit/interface_1.py @@ -31,6 +31,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)