Spaces:
Build error
Build error
Yvann commited on
Commit Β·
580b084
1
Parent(s): 9933c59
Update sidebar.py
Browse files- src/modules/sidebar.py +1 -1
src/modules/sidebar.py
CHANGED
|
@@ -14,7 +14,7 @@ class Sidebar:
|
|
| 14 |
sections = [
|
| 15 |
"#### ChatBot-CSV is an AI chatbot featuring conversational memory, designed to enable users to discuss their CSV data in a more intuitive manner. π",
|
| 16 |
"#### He employs large language models to provide users with seamless, context-aware natural language interactions for a better understanding of their CSV data. π",
|
| 17 |
-
"#### For more information on the differences and specifics between ChatBot and CSVagent, check out the read-me on GitHub π"
|
| 18 |
"#### Powered by [Langchain](https://github.com/hwchase17/langchain), [OpenAI](https://platform.openai.com/docs/models/gpt-3-5) and [Streamlit](https://github.com/streamlit/streamlit) β‘",
|
| 19 |
"#### Source code : [yvann-hub/ChatBot-CSV](https://github.com/yvann-hub/ChatBot-CSV)",
|
| 20 |
]
|
|
|
|
| 14 |
sections = [
|
| 15 |
"#### ChatBot-CSV is an AI chatbot featuring conversational memory, designed to enable users to discuss their CSV data in a more intuitive manner. π",
|
| 16 |
"#### He employs large language models to provide users with seamless, context-aware natural language interactions for a better understanding of their CSV data. π",
|
| 17 |
+
"#### For more information on the differences and specifics between ChatBot and CSVagent, check out the read-me on GitHub π "
|
| 18 |
"#### Powered by [Langchain](https://github.com/hwchase17/langchain), [OpenAI](https://platform.openai.com/docs/models/gpt-3-5) and [Streamlit](https://github.com/streamlit/streamlit) β‘",
|
| 19 |
"#### Source code : [yvann-hub/ChatBot-CSV](https://github.com/yvann-hub/ChatBot-CSV)",
|
| 20 |
]
|