Update USER_GUIDE.md
Browse files- USER_GUIDE.md +12 -23
USER_GUIDE.md
CHANGED
|
@@ -1,25 +1,14 @@
|
|
| 1 |
# User Guide — Talk2Law
|
| 2 |
|
| 3 |
-
## How to use
|
| 4 |
-
1.
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
---
|
| 17 |
-
|
| 18 |
-
## Run locally (optional)
|
| 19 |
-
If you prefer to run the app on your computer:
|
| 20 |
-
|
| 21 |
-
```bash
|
| 22 |
-
git clone https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME
|
| 23 |
-
cd YOUR_SPACE_NAME
|
| 24 |
-
pip install -r requirements.txt
|
| 25 |
-
python app.py
|
|
|
|
| 1 |
# User Guide — Talk2Law
|
| 2 |
|
| 3 |
+
## 🚀 How to use online
|
| 4 |
+
1. Go to the app’s Hugging Face Space:
|
| 5 |
+
`https://huggingface.co/spaces/zuch95/talk2law`
|
| 6 |
+
2. Paste a legal or administrative sentence.
|
| 7 |
+
3. Click **Explain**.
|
| 8 |
+
4. Read the simplified explanation.
|
| 9 |
+
|
| 10 |
+
## 💻 How to run locally
|
| 11 |
+
1. Clone the repository:
|
| 12 |
+
```bash
|
| 13 |
+
git clone https://huggingface.co/spaces/zuch95/talk2law
|
| 14 |
+
cd talk2law
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|