Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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", ["
|
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"):
|