Mujtaba29 commited on
Commit
718fcb2
·
verified ·
1 Parent(s): e1ab9ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Enter a suggestion to get DIY instructions:", 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)
 
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)