Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,9 +97,6 @@ def main():
|
|
| 97 |
get_vector_store(text_chunks, api_key)
|
| 98 |
st.success("Done")
|
| 99 |
|
| 100 |
-
if st.button("Summerize Chat"):
|
| 101 |
-
st.switch_page('pages/summarizer.py')
|
| 102 |
-
|
| 103 |
# Check if any document is uploaded
|
| 104 |
if pdf_docs:
|
| 105 |
user_question = st.text_input("Ask a question from the Docs")
|
|
|
|
| 97 |
get_vector_store(text_chunks, api_key)
|
| 98 |
st.success("Done")
|
| 99 |
|
|
|
|
|
|
|
|
|
|
| 100 |
# Check if any document is uploaded
|
| 101 |
if pdf_docs:
|
| 102 |
user_question = st.text_input("Ask a question from the Docs")
|