Reverted changes in UI 2 and 3
This commit is contained in:
+10
-10
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user