JulsdL commited on
Commit
c669520
Β·
1 Parent(s): 67d590e

Fixed readme typo

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -57,7 +57,7 @@ To run the app locally, follow these steps:
57
 
58
  ## 🧩 Project Structure
59
 
60
- ````plaintext
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