Baskar2005 commited on
Commit
7911342
·
verified ·
1 Parent(s): 1957ca3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def main():
81
  if uploaded_file is not None:
82
  # Open the image
83
  image = Image.open(uploaded_file).convert("RGB")
84
- st.image(image, caption='Uploaded Image.', use_column_width=True)
85
 
86
  # Initialize the app
87
  app = TomatoLeafDiseaseDetectionApp()
 
81
  if uploaded_file is not None:
82
  # Open the image
83
  image = Image.open(uploaded_file).convert("RGB")
84
+ st.image(image, caption='Uploaded Image.', use_container_width =True)
85
 
86
  # Initialize the app
87
  app = TomatoLeafDiseaseDetectionApp()