Spaces:
Runtime error
Runtime error
ugmSorcero
commited on
Commit
·
fae3074
1
Parent(s):
9d9f8c0
Adds todo list
Browse files- interface/pages.py +7 -0
interface/pages.py
CHANGED
|
@@ -16,6 +16,13 @@ def page_landing_page(container):
|
|
| 16 |
"\n - Use Dense Passage Retrieval pipeline"
|
| 17 |
"\n - Search the indexed documents"
|
| 18 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
def page_search(container):
|
| 21 |
with container:
|
|
|
|
| 16 |
"\n - Use Dense Passage Retrieval pipeline"
|
| 17 |
"\n - Search the indexed documents"
|
| 18 |
)
|
| 19 |
+
st.makrdown(
|
| 20 |
+
"TODO list:"
|
| 21 |
+
"\n - Option to print pipeline structure on page"
|
| 22 |
+
"\n - Build other pipelines"
|
| 23 |
+
"\n - Include file/url indexing"
|
| 24 |
+
"\n - [Optional] Include text to audio to read responses"
|
| 25 |
+
)
|
| 26 |
|
| 27 |
def page_search(container):
|
| 28 |
with container:
|