Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -187,8 +187,8 @@ def proximity_search( question ):
|
|
187 |
return "\n".join(documents)
|
188 |
|
189 |
# Streamlit UI
|
190 |
-
st.title("π
|
191 |
-
st.subheader("AI-Powered Project Matching")
|
192 |
st.write("Explore the Lab Lab Library to find relevant past projects that align with your policy or new initiative.")
|
193 |
|
194 |
# Suggested search queries as buttons
|
|
|
187 |
return "\n".join(documents)
|
188 |
|
189 |
# Streamlit UI
|
190 |
+
st.title("π Synergy Scroll")
|
191 |
+
st.subheader("AI-Powered Project & Policy Matching")
|
192 |
st.write("Explore the Lab Lab Library to find relevant past projects that align with your policy or new initiative.")
|
193 |
|
194 |
# Suggested search queries as buttons
|