logo for interfaces 0,1,2, and 3; change of create batch button to submit
This commit is contained in:
@@ -49,6 +49,19 @@ st.set_page_config(layout = "wide")
|
||||
# # 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)
|
||||
|
||||
@@ -29,6 +29,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)
|
||||
|
||||
@@ -37,6 +37,19 @@ with st.sidebar:
|
||||
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)
|
||||
|
||||
@@ -41,6 +41,19 @@ with st.sidebar:
|
||||
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])
|
||||
# util.setup_page(REDIRECT_URI)
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user