Skip to content

Commit 02bba22

Browse files
committed
Minor tweak.
1 parent a21e209 commit 02bba22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_posts/2024-04-25-claude-llm-symptoms.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ categories:
77
- llm
88
- python
99
- claude
10-
- sklearn
1110
author: steven
1211
---
1312

@@ -120,7 +119,7 @@ def symptom_checker_widget():
120119
display(caption, symptom_input, diagnose_button, output)
121120
```
122121

123-
# Running the tool
122+
## Running the tool
124123
To run the interactive diagnostic tool, execute the following cell, which simply calls the `symptom_checker_widget` function defined above. The user interface will appear, allowing users to enter their symptoms and click the "Diagnose" button to receive possible diagnoses based on the symptoms provided.
125124

126125

0 commit comments

Comments
 (0)