Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -336,8 +336,7 @@ if __name__ == "__main__":
|
|
336 |
load_dotenv()
|
337 |
st.write(css, unsafe_allow_html=True)
|
338 |
|
339 |
-
st.header("
|
340 |
-
documents :books:")
|
341 |
user_question = st.text_input("Ask a question about your documents:")
|
342 |
if user_question:
|
343 |
process_user_input(user_question)
|
|
|
336 |
load_dotenv()
|
337 |
st.write(css, unsafe_allow_html=True)
|
338 |
|
339 |
+
st.header("Chat with documents :books:")
|
|
|
340 |
user_question = st.text_input("Ask a question about your documents:")
|
341 |
if user_question:
|
342 |
process_user_input(user_question)
|