Fixed readme typo
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ To run the app locally, follow these steps:
|
|
57 |
|
58 |
## 𧩠Project Structure
|
59 |
|
60 |
-
|
61 |
.
|
62 |
βββ app.py # Main application file
|
63 |
βββ utils
|
@@ -66,6 +66,7 @@ To run the app locally, follow these steps:
|
|
66 |
βββ requirements.txt # Python dependencies
|
67 |
βββ README.md # Project README
|
68 |
βββ .gitignore # Git ignore file
|
|
|
69 |
|
70 |
## π Dependencies
|
71 |
|
@@ -82,7 +83,7 @@ install these with:
|
|
82 |
|
83 |
```bash
|
84 |
pip install -r requirements.txt
|
85 |
-
|
86 |
|
87 |
## π Usage
|
88 |
|
|
|
57 |
|
58 |
## 𧩠Project Structure
|
59 |
|
60 |
+
```plaintext
|
61 |
.
|
62 |
βββ app.py # Main application file
|
63 |
βββ utils
|
|
|
66 |
βββ requirements.txt # Python dependencies
|
67 |
βββ README.md # Project README
|
68 |
βββ .gitignore # Git ignore file
|
69 |
+
```
|
70 |
|
71 |
## π Dependencies
|
72 |
|
|
|
83 |
|
84 |
```bash
|
85 |
pip install -r requirements.txt
|
86 |
+
```
|
87 |
|
88 |
## π Usage
|
89 |
|