Spaces:
Running
on
T4
Running
on
T4
sidebar fixed
Browse files
pages/Multimodal_Conversational_Search.py
CHANGED
@@ -553,7 +553,7 @@ with st.sidebar:
|
|
553 |
############## haystach demo temporary addition ############
|
554 |
#if(pdf_doc_ is None or pdf_doc_ == ""):
|
555 |
if(index_select == "Global Warming stats"):
|
556 |
-
st.session_state.input_index = "
|
557 |
if(index_select == "Covid19 impacts on Ireland"):
|
558 |
st.session_state.input_index = "covid19ie"#"choosetheknnalgorithmforyourbillionscaleusecasewithopensearchawsbigdatablog"
|
559 |
if(index_select == "BEIR"):
|
|
|
553 |
############## haystach demo temporary addition ############
|
554 |
#if(pdf_doc_ is None or pdf_doc_ == ""):
|
555 |
if(index_select == "Global Warming stats"):
|
556 |
+
st.session_state.input_index = "globalwarming"
|
557 |
if(index_select == "Covid19 impacts on Ireland"):
|
558 |
st.session_state.input_index = "covid19ie"#"choosetheknnalgorithmforyourbillionscaleusecasewithopensearchawsbigdatablog"
|
559 |
if(index_select == "BEIR"):
|