Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -84,8 +84,8 @@ def main():
|
|
84 |
page_icon=":books:",
|
85 |
)
|
86 |
|
87 |
-
st.markdown("# Chat with a Bot")
|
88 |
-
st.markdown("This bot tries to answer questions about multiple PDFs. Let the processing of the PDF finish before adding your question. 🙏🏾")
|
89 |
|
90 |
st.write(css, unsafe_allow_html=True)
|
91 |
|
|
|
84 |
page_icon=":books:",
|
85 |
)
|
86 |
|
87 |
+
#st.markdown("# Chat with a Bot")
|
88 |
+
#st.markdown("This bot tries to answer questions about multiple PDFs. Let the processing of the PDF finish before adding your question. 🙏🏾")
|
89 |
|
90 |
st.write(css, unsafe_allow_html=True)
|
91 |
|