Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -215,10 +215,17 @@ def do_query(query):
|
|
215 |
|
216 |
|
217 |
# Streamlit UI
|
218 |
-
st.title("π
|
219 |
st.subheader("AI-Powered Project & Policy Matching")
|
220 |
st.write("Explore the Lab Lab Library to find relevant past projects that align with your policy or new initiative.")
|
221 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
query = ""
|
223 |
|
224 |
# Suggested search queries as buttons
|
|
|
215 |
|
216 |
|
217 |
# Streamlit UI
|
218 |
+
st.title("π Policy Scroll")
|
219 |
st.subheader("AI-Powered Project & Policy Matching")
|
220 |
st.write("Explore the Lab Lab Library to find relevant past projects that align with your policy or new initiative.")
|
221 |
|
222 |
+
st.sidebar.title("π Synergy Scrolling")
|
223 |
+
st.sidebar.write(
|
224 |
+
"Synergy Scrolling analyzes policies and finds relevant past projects. "
|
225 |
+
"This tool helps match your policy or business idea with projects from "
|
226 |
+
"previous LabLab hackathons."
|
227 |
+
)
|
228 |
+
|
229 |
query = ""
|
230 |
|
231 |
# Suggested search queries as buttons
|