Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def main():
|
|
93 |
get_vector_store(text_chunks, api_key)
|
94 |
st.success("Processing Complete")
|
95 |
|
96 |
-
if pdf_docs and st.success("
|
97 |
with col1:
|
98 |
user_question = st.text_input("Ask a question from the Docs")
|
99 |
if user_question:
|
|
|
93 |
get_vector_store(text_chunks, api_key)
|
94 |
st.success("Processing Complete")
|
95 |
|
96 |
+
if pdf_docs and st.success("Processing Complete"):
|
97 |
with col1:
|
98 |
user_question = st.text_input("Ask a question from the Docs")
|
99 |
if user_question:
|