Spaces:
Runtime error
Runtime error
Update summarizer.py
Browse files- summarizer.py +1 -1
summarizer.py
CHANGED
@@ -90,7 +90,7 @@ def main():
|
|
90 |
st.header("Chat with PDF")
|
91 |
# st.title("Menu:")
|
92 |
if st.button("Chat With PDF"):
|
93 |
-
st.switch_page('app.py')
|
94 |
|
95 |
# Check if any document is uploaded
|
96 |
if pdf_docs:
|
|
|
90 |
st.header("Chat with PDF")
|
91 |
# st.title("Menu:")
|
92 |
if st.button("Chat With PDF"):
|
93 |
+
st.switch_page('/app.py')
|
94 |
|
95 |
# Check if any document is uploaded
|
96 |
if pdf_docs:
|