BaRiDo commited on
Commit
5c8b7b4
Β·
verified Β·
1 Parent(s): 0527179

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -215,10 +215,17 @@ def do_query(query):
215
 
216
 
217
  # Streamlit UI
218
- st.title("πŸ” Synergy 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
  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