cakiki commited on
Commit
562c654
1 Parent(s): f07d6c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def result_html(result):
26
 
27
  discussion = st.selectbox(
28
  'How would you like to be contacted?',
29
- indexes.keys())
30
  searcher = LuceneSearcher(index_locations[discussion])
31
  searcher.set_rm3()
32
 
 
26
 
27
  discussion = st.selectbox(
28
  'How would you like to be contacted?',
29
+ index_locations.keys())
30
  searcher = LuceneSearcher(index_locations[discussion])
31
  searcher.set_rm3()
32