second sample book added
Browse files
app.py
CHANGED
@@ -54,6 +54,10 @@ st.markdown(
|
|
54 |
f'<a href="https://ikmtechnology.github.io/ikmtechnology/untethered_extracted_paragraphs.json" target="_blank">Sample 1 download and then upload to above</a>',
|
55 |
unsafe_allow_html=True)
|
56 |
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)
|
|
|
|
|
|
|
|
|
57 |
if uploaded_json_file is not None:
|
58 |
if is_new_file_upload(uploaded_json_file):
|
59 |
print("is new file uploaded")
|
|
|
54 |
f'<a href="https://ikmtechnology.github.io/ikmtechnology/untethered_extracted_paragraphs.json" target="_blank">Sample 1 download and then upload to above</a>',
|
55 |
unsafe_allow_html=True)
|
56 |
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)
|
57 |
+
st.markdown(
|
58 |
+
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>',
|
59 |
+
unsafe_allow_html=True)
|
60 |
+
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)
|
61 |
if uploaded_json_file is not None:
|
62 |
if is_new_file_upload(uploaded_json_file):
|
63 |
print("is new file uploaded")
|