Spaces:
Build error
Build error
niro commited on
Commit Β·
7a42b50
1
Parent(s): db4c237
sdfsdf
Browse files- src/modules/sidebar.py +2 -2
src/modules/sidebar.py
CHANGED
|
@@ -15,8 +15,8 @@ class Sidebar:
|
|
| 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 |
]
|
| 21 |
for section in sections:
|
| 22 |
about.write(section)
|
|
|
|
| 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 |
]
|
| 21 |
for section in sections:
|
| 22 |
about.write(section)
|