logo for interface 1

This commit is contained in:
Pratham Soni
2024-06-13 13:40:50 -05:00
parent 448a382182
commit cf669bc85f
+13
View File
@@ -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 = '''
<style>
button[title="View fullscreen"]{
visibility: hidden;}
</style>
'''
st.markdown(hide_img_fs, unsafe_allow_html=True)
_,c1= st.columns([5,1])
try:
util.setup_page(REDIRECT_URI)