Spaces:
Sleeping
Sleeping
Upload README.md
Browse files
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 |
-
|
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](
|
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 |
|