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.. ๐ŸŒ",