Update README.md
Browse files
README.md
CHANGED
@@ -46,13 +46,13 @@ To run this application locally, you will need **Python** and the following libr
|
|
46 |
cd your-app-repository
|
47 |
|
48 |
2-Install the required dependencies:
|
49 |
-
```bash
|
50 |
|
51 |
-
pip install -r requirements.txt
|
52 |
|
53 |
3 - Run the application:
|
54 |
|
55 |
-
```bash
|
56 |
-
streamlit run app.py
|
57 |
|
58 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
46 |
cd your-app-repository
|
47 |
|
48 |
2-Install the required dependencies:
|
49 |
+
```bash
|
50 |
|
51 |
+
pip install -r requirements.txt
|
52 |
|
53 |
3 - Run the application:
|
54 |
|
55 |
+
```bash
|
56 |
+
streamlit run app.py
|
57 |
|
58 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|