Update README.md
Browse files
README.md
CHANGED
@@ -98,7 +98,7 @@ output = generateOutput(input_prompt)
|
|
98 |
```
|
99 |
|
100 |
### Complete Code
|
101 |
-
```
|
102 |
def construct_input_prompt(title, abstract):
|
103 |
categories = """We have a project in the area of biomedical research which we want to classify in terms of the research priorities it related to. We have 12 possible research priorities and a project can be mapped to 1 or more of these priorities. The following is a guide on what each of these 12 categories are alongside the specific areas that they cover.
|
104 |
|
|
|
98 |
```
|
99 |
|
100 |
### Complete Code
|
101 |
+
``` python
|
102 |
def construct_input_prompt(title, abstract):
|
103 |
categories = """We have a project in the area of biomedical research which we want to classify in terms of the research priorities it related to. We have 12 possible research priorities and a project can be mapped to 1 or more of these priorities. The following is a guide on what each of these 12 categories are alongside the specific areas that they cover.
|
104 |
|