Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,5 +71,5 @@ if ingredients:
|
|
71 |
st.write("No image URL generated.")
|
72 |
|
73 |
# Generate Recipe button at the bottom
|
74 |
-
|
75 |
-
|
|
|
71 |
st.write("No image URL generated.")
|
72 |
|
73 |
# Generate Recipe button at the bottom
|
74 |
+
if st.button("Generate Recipe"):
|
75 |
+
pass
|