cakiki commited on
Commit
b4eb4c4
1 Parent(s): 395f20c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ discussion = st.selectbox(
40
  'Choose discussion',
41
  index_locations.keys())
42
  searcher = LuceneSearcher(index_locations[discussion])
43
- searcher.set_rm3()
44
 
45
  cola, colb, colc = st.columns([5,4,5])
46
  with colb:
 
40
  'Choose discussion',
41
  index_locations.keys())
42
  searcher = LuceneSearcher(index_locations[discussion])
43
+ # searcher.set_rm3()
44
 
45
  cola, colb, colc = st.columns([5,4,5])
46
  with colb: