Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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"):
|