barentz96 commited on
Commit
fd537b0
1 Parent(s): 82681b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ uploaded_file = st.file_uploader("", type=["jpg", "jpeg", "png"])
18
  if uploaded_file is not None:
19
  image = Image.open(uploaded_file).convert('RGB')
20
  st.subheader('This Is Your X-Ray Image')
21
- st.image(image, width=200)
22
 
23
  st.write('Push This Button To Predict')
24
  if st.button('Predict'):
 
18
  if uploaded_file is not None:
19
  image = Image.open(uploaded_file).convert('RGB')
20
  st.subheader('This Is Your X-Ray Image')
21
+ st.image(image, width=300)
22
 
23
  st.write('Push This Button To Predict')
24
  if st.button('Predict'):