From 770e0dc885bde16e0a4e4c8790921161d9e83e0d Mon Sep 17 00:00:00 2001 From: Luca Foppiano Date: Tue, 31 Oct 2023 15:49:29 +0900 Subject: [PATCH] update name --- README.md | 4 ++-- streamlit_app.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.")