Spaces:
Sleeping
Sleeping
Update modules/sidebar.py
Browse files- 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.. ๐",
|