diff --git a/README.md b/README.md index 8f2b3fd..292dabf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ --- -title: DocumentIQA -emoji: 🚀 +title: 📝 Scientific Document Insight QA +emoji: colorFrom: yellow colorTo: pink sdk: streamlit diff --git a/streamlit_app.py b/streamlit_app.py index e336e10..3957f20 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -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.")