Spaces:
Sleeping
Sleeping
Update app.py
Browse filestemporary fix for the exception
app.py
CHANGED
@@ -146,7 +146,7 @@ def main():
|
|
146 |
)
|
147 |
|
148 |
st.markdown("# Chat with a Bot")
|
149 |
-
st.markdown("This bot tries to answer questions about multiple PDFs.")
|
150 |
|
151 |
st.write(css, unsafe_allow_html=True)
|
152 |
|
|
|
146 |
)
|
147 |
|
148 |
st.markdown("# Chat with a Bot")
|
149 |
+
st.markdown("This bot tries to answer questions about multiple PDFs. Let the processing of the PDF finish before adding your question. 🙏🏾")
|
150 |
|
151 |
st.write(css, unsafe_allow_html=True)
|
152 |
|