Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ def main():
|
|
149 |
)
|
150 |
|
151 |
st.markdown("# Chat with a Bot")
|
152 |
-
st.markdown("This bot tries to answer questions about multiple PDFs.")
|
153 |
|
154 |
st.write(css, unsafe_allow_html=True)
|
155 |
|
|
|
149 |
)
|
150 |
|
151 |
st.markdown("# Chat with a Bot")
|
152 |
+
st.markdown("This bot tries to answer questions about multiple PDFs. Add your credentials, and press Enter")
|
153 |
|
154 |
st.write(css, unsafe_allow_html=True)
|
155 |
|