Huzaifa367 commited on
Commit
cfb6a27
·
verified ·
1 Parent(s): ce91f42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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")