ugmSorcero commited on
Commit
7786dc7
1 Parent(s): b8acde7

Adds feature to landing page

Browse files
Files changed (1) hide show
  1. interface/pages.py +1 -1
interface/pages.py CHANGED
@@ -25,12 +25,12 @@ def page_landing_page(container):
25
  "\n - Index raw text, URLs, CSVs, PDFs and Images"
26
  "\n - Use Dense Passage Retrieval, Keyword Search pipeline and DPR Ranker pipelines"
27
  "\n - Search the indexed documents"
 
28
  )
29
  st.markdown(
30
  "TODO list:"
31
  "\n - File type classification and converter nodes"
32
  "\n - Audio to text support for indexing"
33
- "\n - Include text to audio to read responses"
34
  "\n - Build other pipelines"
35
  )
36
  st.markdown(
 
25
  "\n - Index raw text, URLs, CSVs, PDFs and Images"
26
  "\n - Use Dense Passage Retrieval, Keyword Search pipeline and DPR Ranker pipelines"
27
  "\n - Search the indexed documents"
28
+ "\n - Read your responses out loud using the `audio_output` option!"
29
  )
30
  st.markdown(
31
  "TODO list:"
32
  "\n - File type classification and converter nodes"
33
  "\n - Audio to text support for indexing"
 
34
  "\n - Build other pipelines"
35
  )
36
  st.markdown(