Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ with st.sidebar:
|
|
| 38 |
if not selected_collection:
|
| 39 |
st.warning("⚠️ Enter a collection name to proceed.")
|
| 40 |
st.stop()
|
| 41 |
-
is_grant_app = st.toggle("Is this a Grant Application?", value=
|
| 42 |
|
| 43 |
# uploaded_file = st.file_uploader("Upload a DOCX or TXT file", type=["docx", "txt"])
|
| 44 |
uploaded_file = st.file_uploader("Upload a DOCX, TXT, or PDF file", type=["docx", "txt", "pdf"])
|
|
|
|
| 38 |
if not selected_collection:
|
| 39 |
st.warning("⚠️ Enter a collection name to proceed.")
|
| 40 |
st.stop()
|
| 41 |
+
is_grant_app = st.toggle("Is this a Grant Application?", value=False)
|
| 42 |
|
| 43 |
# uploaded_file = st.file_uploader("Upload a DOCX or TXT file", type=["docx", "txt"])
|
| 44 |
uploaded_file = st.file_uploader("Upload a DOCX, TXT, or PDF file", type=["docx", "txt", "pdf"])
|