Kushwanth Chowday Kandala commited on
Commit
7a0f54c
1 Parent(s): 609ef88

update sidebar info

Browse files
Files changed (1) hide show
  1. app.py +5 -4
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 train the model on your own docs
186
- - wait see success message on train completion
187
- - Takes couple of mins after upload the pdf
188
- - Now Chat with model to get the summarized info or Generative reponse
 
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: