Yvann commited on
Commit
580b084
Β·
1 Parent(s): 9933c59

Update sidebar.py

Browse files
Files changed (1) hide show
  1. 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
  ]