Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- 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.
|
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:
|