Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,9 +6,10 @@ colorTo: pink
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
-
Hi. I made a webpage that searches for Mathlib theorems.
|
| 12 |
https://huggingface.co/spaces/dx2102/search-mathlib
|
| 13 |
|
| 14 |
You can find the code and data I used here. I think the code is quite short. There is only one Lean file (about 100 lines) and two Python files (about 100 lines each).
|
|
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
| 9 |
+
short_description: Search for theorems and definitions in Mathlib and Lean4.
|
| 10 |
---
|
| 11 |
|
| 12 |
+
Hi. I made a webpage that searches for Mathlib theorems in the Lean4 theorem prover.
|
| 13 |
https://huggingface.co/spaces/dx2102/search-mathlib
|
| 14 |
|
| 15 |
You can find the code and data I used here. I think the code is quite short. There is only one Lean file (about 100 lines) and two Python files (about 100 lines each).
|