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