Afeefa123 commited on
Commit
2104cfc
·
verified ·
1 Parent(s): d52757e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ if uploaded_file:
45
 
46
  # Show Image
47
  image = Image.open(uploaded_file)
48
- st.image(image, caption="Uploaded Image", use_container_width=True)
49
 
50
  if st.button("🍽️ Generate Recipe"):
51
 
 
45
 
46
  # Show Image
47
  image = Image.open(uploaded_file)
48
+ st.image(image, caption="Uploaded Image")
49
 
50
  if st.button("🍽️ Generate Recipe"):
51