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