lfoppiano commited on
Commit
770e0dc
Β·
1 Parent(s): f1beb6f

update name

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. streamlit_app.py +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: DocumentIQA
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 Q&A")
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.")