Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -170,7 +170,7 @@ def main():
|
|
| 170 |
st.success(f"Document loaded: {PDF_FILE_PATH}")
|
| 171 |
|
| 172 |
# Question input
|
| 173 |
-
st.subheader("
|
| 174 |
user_question = st.text_input(
|
| 175 |
"Enter your question about the document:",
|
| 176 |
placeholder="e.g., What are the main topics discussed?",
|
|
|
|
| 170 |
st.success(f"Document loaded: {PDF_FILE_PATH}")
|
| 171 |
|
| 172 |
# Question input
|
| 173 |
+
st.subheader("Ask a question related to papal encyclicals.")
|
| 174 |
user_question = st.text_input(
|
| 175 |
"Enter your question about the document:",
|
| 176 |
placeholder="e.g., What are the main topics discussed?",
|