Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Oct 31, 2023
1 parent f1beb6f commit 770e0dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: DocumentIQA
emoji: πŸš€
title: πŸ“ Scientific Document Insight QA
emoji:
colorFrom: yellow
colorTo: pink
sdk: streamlit
Expand Down
2 changes: 1 addition & 1 deletion streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def play_old_messages():
# else:
# is_api_key_provided = st.session_state['api_key']

st.title("πŸ“ Scientific Document Insight Q&A")
st.title("πŸ“ Scientific Document Insight QA")
st.subheader("Upload a scientific article in PDF, ask questions, get insights.")

st.markdown(":warning: Do not upload sensitive data. We **temporarily** store text from the uploaded PDF documents solely for the purpose of processing your request, and we **do not assume responsibility** for any subsequent use or handling of the data submitted to third parties LLMs.")
Expand Down

0 comments on commit 770e0dc

Please sign in to comment.