Update app.py
Browse files
app.py
CHANGED
@@ -189,6 +189,11 @@ def display_df_as_table(model,top_k,score='score'):
|
|
189 |
|
190 |
st.title("Semantic Search with Retrieve & Rerank 📝")
|
191 |
|
|
|
|
|
|
|
|
|
|
|
192 |
window_size = st.sidebar.slider("Paragraph Window Size",min_value=1,max_value=10,value=3)
|
193 |
|
194 |
bi_encoder_type = st.sidebar.selectbox(
|
|
|
189 |
|
190 |
st.title("Semantic Search with Retrieve & Rerank 📝")
|
191 |
|
192 |
+
"""
|
193 |
+
[](https://twitter.com/nickmuchi)
|
194 |
+
|
195 |
+
"""
|
196 |
+
|
197 |
window_size = st.sidebar.slider("Paragraph Window Size",min_value=1,max_value=10,value=3)
|
198 |
|
199 |
bi_encoder_type = st.sidebar.selectbox(
|