stevafernandes commited on
Commit
c7ae470
·
verified ·
1 Parent(s): 725e0b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("💬 Ask a Question")
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?",