Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -96,10 +96,7 @@ def main():
|
|
96 |
text_chunks = get_text_chunks(raw_text)
|
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")
|
|
|
96 |
text_chunks = get_text_chunks(raw_text)
|
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")
|