MateuszLis commited on
Commit
1f2a2c3
·
verified ·
1 Parent(s): 8dc589b

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +0 -2
src/streamlit_app.py CHANGED
@@ -1,8 +1,6 @@
1
  import streamlit as st
2
  from streamlit_cropper import st_cropper
3
  from PIL import Image
4
- st.set_option('deprecation.showfileUploaderEncoding', False)
5
-
6
  # Upload an image and set some options for demo purposes
7
  st.header("Cropper Demo")
8
  img_file = st.sidebar.file_uploader(label='Upload a file', type=['png', 'jpg'])
 
1
  import streamlit as st
2
  from streamlit_cropper import st_cropper
3
  from PIL import Image
 
 
4
  # Upload an image and set some options for demo purposes
5
  st.header("Cropper Demo")
6
  img_file = st.sidebar.file_uploader(label='Upload a file', type=['png', 'jpg'])