lorentz commited on
Commit
17a3b50
·
verified ·
1 Parent(s): 414740a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -13,8 +13,8 @@ from langchain_community.vectorstores import Chroma
13
 
14
  st.set_page_config(page_title="KaggleX AI Course Coordinator", page_icon=":robot_face:")
15
 
16
- #####################################################
17
- ##################### Sidebar #######################
18
  st.sidebar.title("Introduction")
19
  st.sidebar.markdown("""
20
  KaggleX AI Course Coordinator is an advanced conversational AI interface, expertly crafted to solve the data scientist learners' problems.
@@ -29,8 +29,8 @@ easy to search, filter</li>
29
  KaggleX AI Course Coordinator is developed by Lorentz Yeung
30
  """, unsafe_allow_html=True)
31
 
32
- #####################################################
33
- ##################### UI ############################
34
  # Setting page title and header
35
 
36
  st.markdown("<h1 style='text-align: center; color: navy;'>KaggleX AI Course Coordinator</h1>", unsafe_allow_html=True)
 
13
 
14
  st.set_page_config(page_title="KaggleX AI Course Coordinator", page_icon=":robot_face:")
15
 
16
+ #######################################################
17
+ ####################### Sidebar #######################
18
  st.sidebar.title("Introduction")
19
  st.sidebar.markdown("""
20
  KaggleX AI Course Coordinator is an advanced conversational AI interface, expertly crafted to solve the data scientist learners' problems.
 
29
  KaggleX AI Course Coordinator is developed by Lorentz Yeung
30
  """, unsafe_allow_html=True)
31
 
32
+ #######################################################
33
+ ####################### UI ############################
34
  # Setting page title and header
35
 
36
  st.markdown("<h1 style='text-align: center; color: navy;'>KaggleX AI Course Coordinator</h1>", unsafe_allow_html=True)