Skier8402 commited on
Commit
9cdcee6
1 Parent(s): e370bd9

Update app.py

Browse files

temporary fix for the exception

Files changed (1) hide show
  1. app.py +1 -1
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