Spaces:
Running
on
T4
Running
on
T4
git ignore
Browse files
pages/Multimodal_Conversational_Search.py
CHANGED
@@ -503,7 +503,7 @@ with st.sidebar:
|
|
503 |
############## haystach demo temporary addition ############
|
504 |
#if(pdf_doc_ is None or pdf_doc_ == ""):
|
505 |
if(index_select == "Global Warming stats"):
|
506 |
-
st.session_state.input_index = "
|
507 |
if(index_select == "Covid19 impacts on Ireland"):
|
508 |
st.session_state.input_index = "covid19ie"#"choosetheknnalgorithmforyourbillionscaleusecasewithopensearchawsbigdatablog"
|
509 |
if(index_select == "BEIR"):
|
|
|
503 |
############## haystach demo temporary addition ############
|
504 |
#if(pdf_doc_ is None or pdf_doc_ == ""):
|
505 |
if(index_select == "Global Warming stats"):
|
506 |
+
st.session_state.input_index = "globalwarming"
|
507 |
if(index_select == "Covid19 impacts on Ireland"):
|
508 |
st.session_state.input_index = "covid19ie"#"choosetheknnalgorithmforyourbillionscaleusecasewithopensearchawsbigdatablog"
|
509 |
if(index_select == "BEIR"):
|