aminaj commited on
Commit
f52b78b
Β·
verified Β·
1 Parent(s): e637e1f

Update BrainBot.py

Browse files
Files changed (1) hide show
  1. BrainBot.py +4 -0
BrainBot.py CHANGED
@@ -49,6 +49,10 @@ with col1:
49
  with col2:
50
  st.title("Hi, I am BrainBot - Your AI Learning Assistant!")
51
 
 
 
 
 
52
  # Main content
53
  st.header("Upload any πŸ“„ file, πŸ–ΌοΈ image, or πŸ”— webpage link and ask me anything from it!")
54
  st.subheader("Supported file formats: PDF, DOCX, TXT, PPTX, HTML")
 
49
  with col2:
50
  st.title("Hi, I am BrainBot - Your AI Learning Assistant!")
51
 
52
+ # Hide the error page link in the sidebar
53
+ page = "error"
54
+ st.sidebar.markdown(f"## {page}")
55
+
56
  # Main content
57
  st.header("Upload any πŸ“„ file, πŸ–ΌοΈ image, or πŸ”— webpage link and ask me anything from it!")
58
  st.subheader("Supported file formats: PDF, DOCX, TXT, PPTX, HTML")