Spaces:
Runtime error
Runtime error
ugmSorcero
commited on
Commit
•
9d9f8c0
1
Parent(s):
57f7a2e
Fixes markdown in landing
Browse files- interface/pages.py +4 -4
interface/pages.py
CHANGED
@@ -11,10 +11,10 @@ def page_landing_page(container):
|
|
11 |
"This is a tool to allow indexing & search content using neural capabilities"
|
12 |
)
|
13 |
st.markdown(
|
14 |
-
"In this first version you can:"
|
15 |
-
" - Index raw text as documents"
|
16 |
-
" - Use Dense Passage Retrieval pipeline"
|
17 |
-
" - Search the indexed documents"
|
18 |
)
|
19 |
|
20 |
def page_search(container):
|
|
|
11 |
"This is a tool to allow indexing & search content using neural capabilities"
|
12 |
)
|
13 |
st.markdown(
|
14 |
+
"In this first version you can:"
|
15 |
+
"\n - Index raw text as documents"
|
16 |
+
"\n - Use Dense Passage Retrieval pipeline"
|
17 |
+
"\n - Search the indexed documents"
|
18 |
)
|
19 |
|
20 |
def page_search(container):
|