Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,9 +6,9 @@ st.markdown("""
|
|
6 |
| 1 | Beautiful Soup | Web scraping | ๐ธ๏ธ Library for web scraping | https://pypi.org/project/beautifulsoup4/ https://huggingface.co/spaces/awacke1/VizLib-BeautifulSoup |
|
7 |
| 2 | Keras | Neural networks | ๐ง Deep learning library for Python | https://pypi.org/project/Keras/ https://huggingface.co/spaces/awacke1/VizLib-Keras-n-Plotly |
|
8 |
| 3 | Mahotas | Computer vision | ๐๏ธ Image processing library for computer vision | https://pypi.org/project/mahotas/ https://huggingface.co/spaces/awacke1/VizLib-Mahotas |
|
9 |
-
| 4 | Matplotlib | Data analysis | ๐ Data visualization library | https://pypi.org/project/matplotlib/
|
10 |
-
| 5 | NumPy | Numerical | ๐งฎ Library for numerical computing | https://pypi.org/project/numpy/ |
|
11 |
-
| 6 | OpenCV | Computer vision | ๐๏ธ Library for computer vision | https://pypi.org/project/opencv-python/ |
|
12 |
| 7 | Pandas | Data analysis | ๐ผ Library for data manipulation | https://pypi.org/project/pandas/ https://huggingface.co/spaces/awacke1/Acting-Game-Mechanics |
|
13 |
| 8 | PyTest | Testing | ๐งช Testing framework for Python | https://pypi.org/project/pytest/ |
|
14 |
| 9 | PyTorch | Machine learning| ๐ฅ Open-source machine learning library based on Torch | https://pypi.org/project/torch/ |
|
|
|
6 |
| 1 | Beautiful Soup | Web scraping | ๐ธ๏ธ Library for web scraping | https://pypi.org/project/beautifulsoup4/ https://huggingface.co/spaces/awacke1/VizLib-BeautifulSoup |
|
7 |
| 2 | Keras | Neural networks | ๐ง Deep learning library for Python | https://pypi.org/project/Keras/ https://huggingface.co/spaces/awacke1/VizLib-Keras-n-Plotly |
|
8 |
| 3 | Mahotas | Computer vision | ๐๏ธ Image processing library for computer vision | https://pypi.org/project/mahotas/ https://huggingface.co/spaces/awacke1/VizLib-Mahotas |
|
9 |
+
| 4 | Matplotlib | Data analysis | ๐ Data visualization library | https://pypi.org/project/matplotlib/ https://huggingface.co/spaces/awacke1/VizLib-Matplotlib |
|
10 |
+
| 5 | NumPy | Numerical | ๐งฎ Library for numerical computing | https://pypi.org/project/numpy/ https://huggingface.co/spaces/awacke1/VizLib-Numpy |
|
11 |
+
| 6 | OpenCV | Computer vision | ๐๏ธ Library for computer vision | https://pypi.org/project/opencv-python/ https://huggingface.co/spaces/awacke1/VizLib-OpenCV |
|
12 |
| 7 | Pandas | Data analysis | ๐ผ Library for data manipulation | https://pypi.org/project/pandas/ https://huggingface.co/spaces/awacke1/Acting-Game-Mechanics |
|
13 |
| 8 | PyTest | Testing | ๐งช Testing framework for Python | https://pypi.org/project/pytest/ |
|
14 |
| 9 | PyTorch | Machine learning| ๐ฅ Open-source machine learning library based on Torch | https://pypi.org/project/torch/ |
|