logo for interface 1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user