Skip to content

Commit

Permalink
fix tab
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Nov 29, 2023
1 parent 8700e22 commit aeef8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def play_old_messages():
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.")

uploaded_file = st.file_uploader("Upload an article",
uploaded_file = st.file_uploader("Upload an article",
type=("pdf", "txt"),
on_change=new_file,
disabled=st.session_state['model'] is not None and st.session_state['model'] not in
Expand Down

0 comments on commit aeef8cf

Please sign in to comment.