omri374 commited on
Commit
196c8a0
·
verified ·
1 Parent(s): 8f78c8f

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,7 +16,7 @@ pip install -r requirements.txt
16
  ## Running the application
17
  To run the application, run the following command:
18
  ```bash
19
- streamlit run med_streamlit.py
20
  ```
21
 
22
  ### Using the application
@@ -28,6 +28,6 @@ streamlit run med_streamlit.py
28
  6. Download the updated dataset by clicking on the "Download" button.
29
 
30
  ## Prompt
31
- Note that the default system prompt can be found [here](med_streamlit.py).
32
  Consider modifying the prompt to better suit your needs, for example for a specific disease or condition.
33
 
 
16
  ## Running the application
17
  To run the application, run the following command:
18
  ```bash
19
+ python medication_copilot.py
20
  ```
21
 
22
  ### Using the application
 
28
  6. Download the updated dataset by clicking on the "Download" button.
29
 
30
  ## Prompt
31
+ Note that the default system prompt can be found [here](medication_copilot.py).
32
  Consider modifying the prompt to better suit your needs, for example for a specific disease or condition.
33