niro commited on
Commit
7a42b50
Β·
1 Parent(s): db4c237
Files changed (1) hide show
  1. 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)