DexterSptizu commited on
Commit
c4dadef
β€’
1 Parent(s): 1da96a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -101,11 +101,12 @@ def main():
101
 
102
  st.markdown("### 🎯 Quick Prompts")
103
  quick_prompts = [
 
104
  "Describe this image in detail",
105
  "What objects are present?",
106
  "Analyze the composition",
107
  "Identify any text in the image",
108
- "Suggest improvements"
109
  ]
110
  selected_prompt = st.selectbox("Select a prompt:", quick_prompts)
111
  st.markdown("</div>", unsafe_allow_html=True)
 
101
 
102
  st.markdown("### 🎯 Quick Prompts")
103
  quick_prompts = [
104
+ "Suggest receipe based on ingredients"
105
  "Describe this image in detail",
106
  "What objects are present?",
107
  "Analyze the composition",
108
  "Identify any text in the image",
109
+
110
  ]
111
  selected_prompt = st.selectbox("Select a prompt:", quick_prompts)
112
  st.markdown("</div>", unsafe_allow_html=True)