danielsuarez-mash commited on
Commit
cacf4de
1 Parent(s): 44bcdaf

Updated readme

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: gray
5
  colorTo: green
6
  sdk: streamlit
7
  sdk_version: 1.30.0
8
- app_file: RAG_Chatbot.py
9
  pinned: false
10
  ---
11
 
@@ -23,4 +23,4 @@ For my blog post on this project, go [here](https://slender-nutria-bf6.notion.si
23
 
24
  ## Running instructions
25
  If you'd like to run these notebooks and the application locally, install a python virtual environment using the environment.yaml file provided. Then, to run the app, run:
26
- streamlit run RAG_Chatbot.py in your terminal.
 
5
  colorTo: green
6
  sdk: streamlit
7
  sdk_version: 1.30.0
8
+ app_file: PDF_chatbot.py
9
  pinned: false
10
  ---
11
 
 
23
 
24
  ## Running instructions
25
  If you'd like to run these notebooks and the application locally, install a python virtual environment using the environment.yaml file provided. Then, to run the app, run:
26
+ streamlit run PDF_chatbot.py in your terminal.