stevafernandes commited on
Commit
142cedc
·
verified ·
1 Parent(s): c7ae470

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ def main():
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?",
177
  help="The AI will only answer based on the content of the uploaded PDF"
178
  )
 
172
  # Question input
173
  st.subheader("Ask a question related to papal encyclicals.")
174
  user_question = st.text_input(
175
+ "Enter your question about papal encyclicals:",
176
  placeholder="e.g., What are the main topics discussed?",
177
  help="The AI will only answer based on the content of the uploaded PDF"
178
  )