Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|