Spaces:
Running
Running
Update app.py
Browse files
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 |
|