Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lmlouis authored Dec 4, 2023
1 parent 16bf328 commit 4956457
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
"""
Expand Down

0 comments on commit 4956457

Please sign in to comment.