BaRiDo commited on
Commit
a00bf6e
·
verified ·
1 Parent(s): 20a9392

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -258,7 +258,7 @@ if st.sidebar.button("🔗 Analyze with IBM Granite"):
258
  prompt = f"Define search criteria for projects to implement: {policy_input}"
259
 
260
  # Get response from IBM
261
- with st.sidebar.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:
 
258
  prompt = f"Define search criteria for projects to implement: {policy_input}"
259
 
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: