logo for interfaces 0,1,2, and 3; change of create batch button to submit

This commit is contained in:
Pratham Soni
2024-06-12 17:11:25 -05:00
parent a548572544
commit 23c6b1786d
4 changed files with 52 additions and 0 deletions
+13
View File
@@ -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)
+13
View File
@@ -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)
+13
View File
@@ -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)
+13
View File
@@ -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: