Reverted changes in UI 2 and 3

This commit is contained in:
AARETE\agupta
2024-06-14 09:52:01 -05:00
parent fca77eb734
commit c62bcbaba1
3 changed files with 10 additions and 24 deletions
+10 -10
View File
@@ -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 = '''
# <style>
# button[title="View fullscreen"]{
# visibility: hidden;}
# </style>
# '''
# st.markdown(hide_img_fs, unsafe_allow_html=True)
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: