Update BrainBot.py
Browse files- 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")
|