Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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 |
)
|