Spaces:
Runtime error
Runtime error
update
Browse files
README.md
CHANGED
@@ -49,6 +49,7 @@ input to one GitHub public repo's URL(input)
|
|
49 |
- [x] Visualize a basic `networkx` graph using `pyvis`
|
50 |
- [x] Build a `streamlit` app
|
51 |
- [ ] Performance optimization
|
|
|
52 |
## References
|
53 |
|
54 |
- [How to set up a perfect Python project](https://sourcery.ai/blog/python-best-practices/)
|
|
|
49 |
- [x] Visualize a basic `networkx` graph using `pyvis`
|
50 |
- [x] Build a `streamlit` app
|
51 |
- [ ] Performance optimization
|
52 |
+
- [x] `requests` to `aiohttp`: reduce latency 8-10x in my laptop(MacBook Pro)
|
53 |
## References
|
54 |
|
55 |
- [How to set up a perfect Python project](https://sourcery.ai/blog/python-best-practices/)
|