shahtab commited on
Commit
8e81a75
Β·
1 Parent(s): bdfd174

Update modules/sidebar.py

Browse files
Files changed (1) hide show
  1. modules/sidebar.py +1 -1
modules/sidebar.py CHANGED
@@ -10,7 +10,7 @@ class Sidebar:
10
 
11
  @staticmethod
12
  def about():
13
- about = st.sidebar.expander("πŸ€–μ— λŒ€ν•œ")
14
  sections = [
15
  "#### CSV-ChatBotis an AI chatbot with interactive memory features designed to help users discuss CSV data in a more intuitive way. πŸ“„",
16
  "#### It uses a large language model to provide users with seamless, contextual, natural language interactions to better understand CSV data.. 🌐",
 
10
 
11
  @staticmethod
12
  def about():
13
+ about = st.sidebar.expander("πŸ€–Info")
14
  sections = [
15
  "#### CSV-ChatBotis an AI chatbot with interactive memory features designed to help users discuss CSV data in a more intuitive way. πŸ“„",
16
  "#### It uses a large language model to provide users with seamless, contextual, natural language interactions to better understand CSV data.. 🌐",