Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ elif action == "Get Suggestions for Items":
|
|
226 |
if "diy_suggestion" not in st.session_state:
|
227 |
st.session_state.diy_suggestion = ""
|
228 |
|
229 |
-
suggestion = st.text_input("
|
230 |
if st.button("Generate DIY Instructions"):
|
231 |
if suggestion:
|
232 |
st.session_state.diy_suggestion = get_diy_steps_from_groq(suggestion)
|
|
|
226 |
if "diy_suggestion" not in st.session_state:
|
227 |
st.session_state.diy_suggestion = ""
|
228 |
|
229 |
+
suggestion = st.text_input("DIY Guide: Please cCopy and Paste any Idea generated above you wish to materilize:", key="diy_input")
|
230 |
if st.button("Generate DIY Instructions"):
|
231 |
if suggestion:
|
232 |
st.session_state.diy_suggestion = get_diy_steps_from_groq(suggestion)
|