zmbfeng commited on
Commit
63ff332
1 Parent(s): 2bb6eb4

links updated

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -166,13 +166,12 @@ def convert_pdf_to_paragraph_list(doc):
166
  uploaded_pdf_file = st.file_uploader("Upload a PDF file",
167
  type=['pdf'])
168
  st.markdown(
169
- f'<a href="https://ikmtechnology.github.io/ikmtechnology/untethered_extracted_paragraphs.json" target="_blank">Sample 1 download and then upload to above</a>',
170
  unsafe_allow_html=True)
171
- st.markdown("sample queries for above file: <br/> What is death? What is a lucid dream? What is the seat of consciousness?",unsafe_allow_html=True)
172
  st.markdown(
173
- f'<a href="https://ikmtechnology.github.io/ikmtechnology/the_business_case_for_ai_extracted_paragraphs.json" target="_blank">Sample 2 download and then upload to above</a>',
174
  unsafe_allow_html=True)
175
- st.markdown("sample queries for above file: <br/> what does nontechnical managers worry about? what if you put all the knowledge, frameworks, and tips from this book to full use? tell me about AI agent",unsafe_allow_html=True)
176
  if uploaded_pdf_file is not None:
177
  if is_new_file_upload(uploaded_pdf_file):
178
  print("is new file uploaded")
 
166
  uploaded_pdf_file = st.file_uploader("Upload a PDF file",
167
  type=['pdf'])
168
  st.markdown(
169
+ f'<a href="https://ikmtechnology.github.io/ikmtechnology/Sample_Master_Sample_Life_Insurance_Policy.pdf" target="_blank">Sample Master PDF download and then upload to above</a>',
170
  unsafe_allow_html=True)
171
+ st.markdown("sample queries to invoke contradiction: <br/> A Member shall be deemed disabled under this provision if, due to illness or injury, the Member is unable to safely and fully carry out two or more Activities of Daily Living without the assistance or verbal prompting of another individual.",unsafe_allow_html=True)
172
  st.markdown(
173
+ f'<a href="https://ikmtechnology.github.io/ikmtechnology/Sample_Secondary.txt" target="_blank">Sample Secondary txt download and then upload to above</a>',
174
  unsafe_allow_html=True)
 
175
  if uploaded_pdf_file is not None:
176
  if is_new_file_upload(uploaded_pdf_file):
177
  print("is new file uploaded")