Spaces:
Running
Running
update name
Browse files- README.md +2 -2
- streamlit_app.py +1 -1
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: pink
|
| 6 |
sdk: streamlit
|
|
|
|
| 1 |
---
|
| 2 |
+
title: π Scientific Document Insight QA
|
| 3 |
+
emoji:
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: pink
|
| 6 |
sdk: streamlit
|
streamlit_app.py
CHANGED
|
@@ -199,7 +199,7 @@ with st.sidebar:
|
|
| 199 |
# else:
|
| 200 |
# is_api_key_provided = st.session_state['api_key']
|
| 201 |
|
| 202 |
-
st.title("π Scientific Document Insight
|
| 203 |
st.subheader("Upload a scientific article in PDF, ask questions, get insights.")
|
| 204 |
|
| 205 |
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.")
|
|
|
|
| 199 |
# else:
|
| 200 |
# is_api_key_provided = st.session_state['api_key']
|
| 201 |
|
| 202 |
+
st.title("π Scientific Document Insight QA")
|
| 203 |
st.subheader("Upload a scientific article in PDF, ask questions, get insights.")
|
| 204 |
|
| 205 |
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.")
|