Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -210,7 +210,8 @@ def proximity_search( question ):
|
|
210 |
return "\n".join(documents)
|
211 |
|
212 |
# Streamlit UI
|
213 |
-
st.title("π Policy Scroll
|
|
|
214 |
st.write("Explore the Lab Lab Library to find relevant past projects that align with your policy or new initiative.")
|
215 |
|
216 |
# Suggested search queries as buttons
|
|
|
210 |
return "\n".join(documents)
|
211 |
|
212 |
# Streamlit UI
|
213 |
+
st.title("π Policy Scroll")
|
214 |
+
st.subtitle("AI-Powered Project Matching")
|
215 |
st.write("Explore the Lab Lab Library to find relevant past projects that align with your policy or new initiative.")
|
216 |
|
217 |
# Suggested search queries as buttons
|