Spaces:
Running
Running
add acknowledgements
Browse files- streamlit_app.py +1 -0
streamlit_app.py
CHANGED
@@ -196,6 +196,7 @@ with st.sidebar:
|
|
196 |
st.markdown("Upload a scientific article in PDF, ask questions, get insights.")
|
197 |
st.markdown(
|
198 |
":warning: [Usage disclaimer](https://github.com/lfoppiano/document-qa?tab=readme-ov-file#disclaimer-on-data-security-and-privacy-%EF%B8%8F) :warning: ")
|
|
|
199 |
|
200 |
st.divider()
|
201 |
st.session_state['model'] = model = st.selectbox(
|
|
|
196 |
st.markdown("Upload a scientific article in PDF, ask questions, get insights.")
|
197 |
st.markdown(
|
198 |
":warning: [Usage disclaimer](https://github.com/lfoppiano/document-qa?tab=readme-ov-file#disclaimer-on-data-security-and-privacy-%EF%B8%8F) :warning: ")
|
199 |
+
st.markdown("Powered by [Huggingface](https://huggingface.co) and [Modal.com](https://modal.com/)")
|
200 |
|
201 |
st.divider()
|
202 |
st.session_state['model'] = model = st.selectbox(
|