links updated
Browse files
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/
|
170 |
unsafe_allow_html=True)
|
171 |
-
st.markdown("sample queries
|
172 |
st.markdown(
|
173 |
-
f'<a href="https://ikmtechnology.github.io/ikmtechnology/
|
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")
|