Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
# LLM LSP
|
2 |
|
3 |
A proof of concept for intelligent document editing that works like humans do - scan, jump, edit.
|
@@ -66,4 +69,4 @@ python main.py # Launches Gradio UI
|
|
66 |
- Handle multiple sections
|
67 |
- Better section detection
|
68 |
- More formats
|
69 |
-
- Whatever you need it to do
|
|
|
1 |
+
---
|
2 |
+
sdk: gradio
|
3 |
+
---
|
4 |
# LLM LSP
|
5 |
|
6 |
A proof of concept for intelligent document editing that works like humans do - scan, jump, edit.
|
|
|
69 |
- Handle multiple sections
|
70 |
- Better section detection
|
71 |
- More formats
|
72 |
+
- Whatever you need it to do
|