PrajwalW commited on
Commit
6bfaa0f
·
verified ·
1 Parent(s): 1483acb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -223,7 +223,7 @@ def generate_answer(bedrock_client, query, documents):
223
 
224
  # Main app
225
  def main():
226
- st.title("🔍 Wikipedia Retrieval with Re-ranking")
227
  st.write("Compare search results with and without re-ranking!")
228
 
229
  # Initialize session state
 
223
 
224
  # Main app
225
  def main():
226
+ st.title("🔍 Wikipedia-Documents Retrieval with Re-ranking")
227
  st.write("Compare search results with and without re-ranking!")
228
 
229
  # Initialize session state