Spaces:
Running
Running
fix tab
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
|
@@ -266,7 +266,7 @@ with right_column:
|
|
| 266 |
st.markdown(
|
| 267 |
":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.")
|
| 268 |
|
| 269 |
-
uploaded_file = st.file_uploader("Upload an article",
|
| 270 |
type=("pdf", "txt"),
|
| 271 |
on_change=new_file,
|
| 272 |
disabled=st.session_state['model'] is not None and st.session_state['model'] not in
|
|
|
|
| 266 |
st.markdown(
|
| 267 |
":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.")
|
| 268 |
|
| 269 |
+
uploaded_file = st.file_uploader("Upload an article",
|
| 270 |
type=("pdf", "txt"),
|
| 271 |
on_change=new_file,
|
| 272 |
disabled=st.session_state['model'] is not None and st.session_state['model'] not in
|