Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ⚖️ Legislation Dataset Manager
|
| 2 |
|
| 3 |
This tool allows you to build a **deterministic dataset** of legal rules.
|
|
@@ -10,4 +13,4 @@ This tool allows you to build a **deterministic dataset** of legal rules.
|
|
| 10 |
## Setup
|
| 11 |
1. Create a new Space on Hugging Face (Gradio SDK).
|
| 12 |
2. Upload `legislation_manager.py` (rename to `app.py`), `requirements.txt`, and `legislation_rules.json`.
|
| 13 |
-
3. Start adding your rules!
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
# ⚖️ Legislation Dataset Manager
|
| 5 |
|
| 6 |
This tool allows you to build a **deterministic dataset** of legal rules.
|
|
|
|
| 13 |
## Setup
|
| 14 |
1. Create a new Space on Hugging Face (Gradio SDK).
|
| 15 |
2. Upload `legislation_manager.py` (rename to `app.py`), `requirements.txt`, and `legislation_rules.json`.
|
| 16 |
+
3. Start adding your rules!
|