Spaces:
Sleeping
Sleeping
edit readme file
Browse files
README.md
CHANGED
|
@@ -309,6 +309,8 @@ Contributions are welcome! Here's how you can help:
|
|
| 309 |
- ⚡ Optimize performance
|
| 310 |
- 🧪 Add tests
|
| 311 |
|
|
|
|
|
|
|
| 312 |
### Development Setup
|
| 313 |
|
| 314 |
```bash
|
|
@@ -322,6 +324,7 @@ pip install -r requirements.txt
|
|
| 322 |
# Make your changes
|
| 323 |
# Test locally
|
| 324 |
streamlit run src/app.py
|
|
|
|
| 325 |
|
| 326 |
# Submit pull request
|
| 327 |
|
|
|
|
| 309 |
- ⚡ Optimize performance
|
| 310 |
- 🧪 Add tests
|
| 311 |
|
| 312 |
+
---
|
| 313 |
+
|
| 314 |
### Development Setup
|
| 315 |
|
| 316 |
```bash
|
|
|
|
| 324 |
# Make your changes
|
| 325 |
# Test locally
|
| 326 |
streamlit run src/app.py
|
| 327 |
+
```
|
| 328 |
|
| 329 |
# Submit pull request
|
| 330 |
|