Muhammad Qasim commited on
Commit
5f0f939
·
1 Parent(s): 2807cf3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -39,13 +39,14 @@ Before using the chatbot, ensure you have the following installed:
39
  ## Usage
40
 
41
  1. Run the chatbot using the following command:
 
42
  ```shell
43
  streamlit run app.py
44
  ```
45
- 2. The chatbot interface will open in your default web browser.
46
- 3. Upload one or more PDF files for processing.
47
- 4. Start a conversation by asking questions or making inquiries about the PDF content.
48
- 5. The chatbot will provide responses based on the content of the uploaded PDFs.
49
 
50
  ## Features
51
 
 
39
  ## Usage
40
 
41
  1. Run the chatbot using the following command:
42
+
43
  ```shell
44
  streamlit run app.py
45
  ```
46
+ 3. The chatbot interface will open in your default web browser.
47
+ 4. Upload one or more PDF files for processing.
48
+ 5. Start a conversation by asking questions or making inquiries about the PDF content.
49
+ 6. The chatbot will provide responses based on the content of the uploaded PDFs.
50
 
51
  ## Features
52