prasadnu commited on
Commit
97117d4
·
1 Parent(s): 6d4c27f

change defaults

Browse files
pages/Multimodal_Conversational_Search.py CHANGED
@@ -339,11 +339,11 @@ with st.sidebar:
339
  st.subheader(":blue[Sample Data]")
340
  coln_1,coln_2 = st.columns([70,30])
341
  with coln_1:
342
- index_select = st.radio("Choose one index",["Global Warming stats","UK Housing","Covid19 impacts on Ireland"],key="input_rad_index")
343
  with coln_2:
344
  st.markdown("<p style='font-size:15px'>Preview file</p>",unsafe_allow_html=True)
345
- st.write("[:eyes:](https://github.com/aws-samples/AI-search-with-amazon-opensearch-service/blob/b559f82c07dfcca973f457c0a15d6444752553ab/rag/sample_pdfs/global_warming.pdf)")
346
  st.write("[:eyes:](https://github.com/aws-samples/AI-search-with-amazon-opensearch-service/blob/b559f82c07dfcca973f457c0a15d6444752553ab/rag/sample_pdfs/HPI-Jan-2024-Hometrack.pdf)")
 
347
  st.write("[:eyes:](https://github.com/aws-samples/AI-search-with-amazon-opensearch-service/blob/b559f82c07dfcca973f457c0a15d6444752553ab/rag/sample_pdfs/covid19_ie.pdf)")
348
  st.markdown("""
349
  <style>
 
339
  st.subheader(":blue[Sample Data]")
340
  coln_1,coln_2 = st.columns([70,30])
341
  with coln_1:
342
+ index_select = st.radio("Choose one index",["UK Housing","Global Warming stats","Covid19 impacts on Ireland"],key="input_rad_index")
343
  with coln_2:
344
  st.markdown("<p style='font-size:15px'>Preview file</p>",unsafe_allow_html=True)
 
345
  st.write("[:eyes:](https://github.com/aws-samples/AI-search-with-amazon-opensearch-service/blob/b559f82c07dfcca973f457c0a15d6444752553ab/rag/sample_pdfs/HPI-Jan-2024-Hometrack.pdf)")
346
+ st.write("[:eyes:](https://github.com/aws-samples/AI-search-with-amazon-opensearch-service/blob/b559f82c07dfcca973f457c0a15d6444752553ab/rag/sample_pdfs/global_warming.pdf)")
347
  st.write("[:eyes:](https://github.com/aws-samples/AI-search-with-amazon-opensearch-service/blob/b559f82c07dfcca973f457c0a15d6444752553ab/rag/sample_pdfs/covid19_ie.pdf)")
348
  st.markdown("""
349
  <style>