Khd-B commited on
Commit
1e83790
·
verified ·
1 Parent(s): 5692887

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ if uploaded_file is not None:
48
  st.success("Text extracted and embeddings generated!")
49
 
50
  # Subject selection and query input
51
- subject = st.selectbox("Select Subject", ["Math", "Science", "English"])
52
  query = st.text_input("Type your query")
53
 
54
  if st.button("Submit"):
 
48
  st.success("Text extracted and embeddings generated!")
49
 
50
  # Subject selection and query input
51
+ subject = st.selectbox("Select Subject", ["Accounting"])
52
  query = st.text_input("Type your query")
53
 
54
  if st.button("Submit"):