nickmuchi commited on
Commit
66676b5
·
1 Parent(s): 5d2e916

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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://img.shields.io/twitter/follow/nickmuchi?label=@nickmuchi&style=social)](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(