Hussnainkha commited on
Commit
5012523
·
verified ·
1 Parent(s): 2163fca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,8 +67,8 @@ if ingredients:
67
  # Display the image if a URL exists
68
  if url:
69
  st.image(url)
70
- else:
71
- st.write("No image URL generated.")
72
 
73
  # Generate Recipe button at the bottom
74
  if st.button("Generate Recipe"):
 
67
  # Display the image if a URL exists
68
  if url:
69
  st.image(url)
70
+ else:
71
+ st.write("No image URL generated.")
72
 
73
  # Generate Recipe button at the bottom
74
  if st.button("Generate Recipe"):