Halemo commited on
Commit
1cdc954
·
1 Parent(s): dc33aef

small tweak

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -90,7 +90,8 @@ st.subheader("Search and Retrieve Documents")
90
 
91
  # User inputs for search
92
  query = st.text_input(
93
- "Enter your search query:", help="Type a query to search through the NVIDIA report."
 
94
  )
95
  top_k = st.slider(
96
  "Number of Top Documents to Retrieve",
 
90
 
91
  # User inputs for search
92
  query = st.text_input(
93
+ "Enter your search query:",
94
+ help="Type a query to search through 12 chapters of the Competitive Programmer's Handbook.",
95
  )
96
  top_k = st.slider(
97
  "Number of Top Documents to Retrieve",