Spaces:
Runtime error
Runtime error
ugmSorcero
commited on
Commit
•
ffc5046
1
Parent(s):
c9d4743
Remove pipeline visualisation for now
Browse files- interface/pages.py +2 -2
- requirements.txt +0 -2
interface/pages.py
CHANGED
@@ -36,7 +36,7 @@ def page_search(container):
|
|
36 |
## SEARCH ##
|
37 |
query = st.text_input("Query")
|
38 |
|
39 |
-
component_show_pipeline(container, st.session_state["search_pipeline"])
|
40 |
|
41 |
if st.button("Search"):
|
42 |
st.session_state["search_results"] = search(
|
@@ -53,7 +53,7 @@ def page_index(container):
|
|
53 |
with container:
|
54 |
st.title("Index time!")
|
55 |
|
56 |
-
component_show_pipeline(container, st.session_state["index_pipeline"])
|
57 |
|
58 |
input_funcs = {
|
59 |
"Raw Text": (component_text_input, "card-text"),
|
|
|
36 |
## SEARCH ##
|
37 |
query = st.text_input("Query")
|
38 |
|
39 |
+
# component_show_pipeline(container, st.session_state["search_pipeline"])
|
40 |
|
41 |
if st.button("Search"):
|
42 |
st.session_state["search_results"] = search(
|
|
|
53 |
with container:
|
54 |
st.title("Index time!")
|
55 |
|
56 |
+
# component_show_pipeline(container, st.session_state["index_pipeline"])
|
57 |
|
58 |
input_funcs = {
|
59 |
"Raw Text": (component_text_input, "card-text"),
|
requirements.txt
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
streamlit
|
2 |
streamlit_option_menu
|
3 |
farm-haystack
|
4 |
-
graphviz
|
5 |
-
pygraphviz
|
6 |
black
|
|
|
1 |
streamlit
|
2 |
streamlit_option_menu
|
3 |
farm-haystack
|
|
|
|
|
4 |
black
|