Spaces:
Runtime error
Runtime error
Kushwanth Chowday Kandala
commited on
update sidebar info
Browse files
app.py
CHANGED
|
@@ -182,10 +182,11 @@ def create_embeddings():
|
|
| 182 |
with st.sidebar:
|
| 183 |
st.markdown("""
|
| 184 |
***Follow this steps***
|
| 185 |
-
- upload pdf file to
|
| 186 |
-
- wait see success message on
|
| 187 |
-
- Takes couple of mins after upload the pdf
|
| 188 |
-
- Now Chat with model to get the summarized info
|
|
|
|
| 189 |
""")
|
| 190 |
uploaded_files = st.file_uploader('Choose your .pdf file', type="pdf", accept_multiple_files=True, key="uploaded_files", on_change=create_embeddings)
|
| 191 |
# for uploaded_file in uploaded_files:
|
|
|
|
| 182 |
with st.sidebar:
|
| 183 |
st.markdown("""
|
| 184 |
***Follow this steps***
|
| 185 |
+
- upload pdf file to create embeddings using model on your own docs
|
| 186 |
+
- wait see success message on embeddings creation
|
| 187 |
+
- It Takes couple of mins after upload the pdf
|
| 188 |
+
- Now Chat with model to get the summarized info
|
| 189 |
+
- Generate Promted reponses on the upload pdf
|
| 190 |
""")
|
| 191 |
uploaded_files = st.file_uploader('Choose your .pdf file', type="pdf", accept_multiple_files=True, key="uploaded_files", on_change=create_embeddings)
|
| 192 |
# for uploaded_file in uploaded_files:
|