docs: fix app name and url
Browse files
README.md
CHANGED
|
@@ -1,13 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🤯
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
-
short_description:
|
| 9 |
---
|
| 10 |
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
# Natural Language SQL Query Agent with Visualization
|
| 13 |
|
|
|
|
| 1 |
---
|
| 2 |
+
title: PostgreSQL Query Agent with Visualization
|
| 3 |
emoji: 🤯
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
+
short_description: PostgreSQL Query Agent with Visualization
|
| 9 |
---
|
| 10 |
|
| 11 |
+
[HF URL](https://huggingface.co/spaces/intellica/talk2data)
|
| 12 |
+
[Gradio APP URL](https://intellica-talk2data.hf.space/)
|
| 13 |
+
|
| 14 |
|
| 15 |
# Natural Language SQL Query Agent with Visualization
|
| 16 |
|