From 495645726e5694a7093e8cbe938d40b935a57ab6 Mon Sep 17 00:00:00 2001 From: WORA SOUAMY Louis Martin <80777092+lmlouis@users.noreply.github.com> Date: Mon, 4 Dec 2023 06:39:25 +0100 Subject: [PATCH] Update app.py --- app.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/app.py b/app.py index 17f8b61..568b601 100644 --- a/app.py +++ b/app.py @@ -18,13 +18,8 @@ def main(): # Logo dir_root = os.path.dirname(os.path.abspath(__file__)) logo = Image.open(dir_root+'/logo-lm.png') - # Selecting a job - # st.sidebar.image(logo) - st.sidebar.selectbox('Select',('loren','Ipsum')) - st.sidebar.multiselect('Multi',('loren','Ipsum')) - st.sidebar.date_input('Date') - st.sidebar.text_input('Text') - st.sidebar.slider('Slider',min_value=5,max_value=20) + + # code project st.write( """