Update README.md
Browse files
README.md
CHANGED
@@ -45,11 +45,11 @@ To run this application locally, you will need **Python** and the following libr
|
|
45 |
git clone https://huggingface.co/spaces/sanaa-11/LSI
|
46 |
cd your-app-repository
|
47 |
|
48 |
-
2
|
49 |
```bash
|
50 |
pip install -r requirements.txt
|
51 |
-
|
52 |
-
3
|
53 |
|
54 |
```bash
|
55 |
streamlit run app.py
|
|
|
45 |
git clone https://huggingface.co/spaces/sanaa-11/LSI
|
46 |
cd your-app-repository
|
47 |
|
48 |
+
2. Install the required dependencies:
|
49 |
```bash
|
50 |
pip install -r requirements.txt
|
51 |
+
```bash
|
52 |
+
3. Run the application:
|
53 |
|
54 |
```bash
|
55 |
streamlit run app.py
|