Spaces:
Build error
Build error
Update to-do.md
Browse files
to-do.md
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
1. fix metadata - title + author + affiliation(s) + email id
|
2 |
|
|
|
|
|
|
|
|
|
|
|
3 |
|
4 |

|
|
|
1 |
1. fix metadata - title + author + affiliation(s) + email id
|
2 |
|
3 |
+
2. query = st.text_input("π Ask a question about the document:")
|
4 |
+
|
5 |
+
if query:
|
6 |
+
with st.spinner("π Retrieving relevant context..."):
|
7 |
+
|
8 |
|
9 |

|