From 972cd92010370e47a7c1c61197f1ae65897051d8 Mon Sep 17 00:00:00 2001 From: Vignesh Skanda Date: Sat, 12 Oct 2024 22:36:15 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b52689c..8ae0778 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ print("SVM score: ", model.score(x_test, y_test)) ```bash pip3 install -r requirements.txt ``` -4. Run the `AI Medical Chatbot` script: +4. Run the `AI Medical Chatbot` script in the terminal: ```bash python code.py ```