We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ac57a commit 0b5a429Copy full SHA for 0b5a429
streamlit_app.py
@@ -196,6 +196,7 @@ def play_old_messages(container):
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(
0 commit comments