update README.md solve error
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Multi-User Memory Chatbot with LangChain, Tools, and Gradio
|
| 2 |
|
| 3 |
A conversational AI chatbot built with **LangChain**, **Gradio**, and multiple custom tools.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Chatbot
|
| 3 |
+
emoji: 💻
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 6.6.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
short_description: Chatbot
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 14 |
+
|
| 15 |
# Multi-User Memory Chatbot with LangChain, Tools, and Gradio
|
| 16 |
|
| 17 |
A conversational AI chatbot built with **LangChain**, **Gradio**, and multiple custom tools.
|