nishantguvvada commited on
Commit
46194c9
·
1 Parent(s): 86e2085

st.set_option('deprecation.showfileUploaderEncoding', False)

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ st.write("""
17
  """
18
  )
19
 
 
20
  uploadedFile = st.file_uploader("Upload an X-ray image")
21
  file = BytesIO(uploadedFile)
22
 
 
17
  """
18
  )
19
 
20
+ st.set_option('deprecation.showfileUploaderEncoding', False)
21
  uploadedFile = st.file_uploader("Upload an X-ray image")
22
  file = BytesIO(uploadedFile)
23