Tesneem commited on
Commit
d75a194
·
verified ·
1 Parent(s): e3a5d18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
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"])