Datasets:
fix center alignment with HTML tags
Browse files
README.md
CHANGED
|
@@ -23,16 +23,20 @@ size_categories:
|
|
| 23 |
|
| 24 |
<div align="center">
|
| 25 |
|
|
|
|
|
|
|
| 26 |
<img alt="DartLab" src="https://huggingface.co/datasets/eddmpython/dartlab-data/resolve/main/assets/logo.png" width="160">
|
| 27 |
|
| 28 |
-
|
| 29 |
|
| 30 |
-
|
| 31 |
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
|
|
|
|
|
|
| 36 |
|
| 37 |
</div>
|
| 38 |
|
|
|
|
| 23 |
|
| 24 |
<div align="center">
|
| 25 |
|
| 26 |
+
<br>
|
| 27 |
+
|
| 28 |
<img alt="DartLab" src="https://huggingface.co/datasets/eddmpython/dartlab-data/resolve/main/assets/logo.png" width="160">
|
| 29 |
|
| 30 |
+
<h3>DartLab Data</h3>
|
| 31 |
|
| 32 |
+
<p><b>Structured company data from DART & EDGAR disclosure filings</b></p>
|
| 33 |
|
| 34 |
+
<p>
|
| 35 |
+
<a href="https://github.com/eddmpython/dartlab"><img src="https://img.shields.io/badge/GitHub-dartlab-ea4647?style=for-the-badge&labelColor=050811&logo=github&logoColor=white" alt="GitHub"></a>
|
| 36 |
+
<a href="https://pypi.org/project/dartlab/"><img src="https://img.shields.io/pypi/v/dartlab?style=for-the-badge&color=ea4647&labelColor=050811&logo=pypi&logoColor=white" alt="PyPI"></a>
|
| 37 |
+
<a href="https://eddmpython.github.io/dartlab/"><img src="https://img.shields.io/badge/Docs-GitHub_Pages-38bdf8?style=for-the-badge&labelColor=050811&logo=github-pages&logoColor=white" alt="Docs"></a>
|
| 38 |
+
<a href="https://buymeacoffee.com/eddmpython"><img src="https://img.shields.io/badge/Sponsor-Buy_Me_A_Coffee-ffdd00?style=for-the-badge&labelColor=050811&logo=buy-me-a-coffee&logoColor=white" alt="Sponsor"></a>
|
| 39 |
+
</p>
|
| 40 |
|
| 41 |
</div>
|
| 42 |
|