BaRiDo commited on
Commit
7acc416
·
verified ·
1 Parent(s): a00bf6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,7 +260,7 @@ if st.sidebar.button("🔗 Analyze with IBM Granite"):
260
  # Get response from IBM
261
  with st.spinner("Analyzing..."):
262
  result = IBM_query(prompt, 0.7)
263
- st.session_state["extended_query"] = "Find 3 projects that best match these criteria: " + result
264
  else:
265
  st.sidebar.warning("Please enter a policy or business idea first!")
266
 
 
260
  # Get response from IBM
261
  with st.spinner("Analyzing..."):
262
  result = IBM_query(prompt, 0.7)
263
+ st.session_state["extended_query"] = "Find 3 projects that best match and explain why, with these criteria: " + result
264
  else:
265
  st.sidebar.warning("Please enter a policy or business idea first!")
266