Kaludi commited on
Commit
019841a
1 Parent(s): 6d72e6b

Upload 2 files

Browse files
Files changed (1) hide show
  1. pages/Brain_Search.py +1 -1
pages/Brain_Search.py CHANGED
@@ -78,7 +78,7 @@ def main():
78
  knowledge_base = FAISS.from_texts(chunks, embeddings)
79
 
80
  # show user input
81
- user_question = st.text_input("Ask a question about your document:")
82
 
83
  if st.button("Submit"):
84
  if user_question:
 
78
  knowledge_base = FAISS.from_texts(chunks, embeddings)
79
 
80
  # show user input
81
+ user_question = st.text_area("Ask a question about your document:")
82
 
83
  if st.button("Submit"):
84
  if user_question: