Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ if st.session_state.authenticated:
|
|
| 89 |
sample_questions = [
|
| 90 |
"Can you tell me the history of United Methodist Church",
|
| 91 |
"What does the Constitution say about inclusiveness?",
|
| 92 |
-
"Tell me about John Wesley."
|
| 93 |
" What are special provisions about Sunday prayers"
|
| 94 |
]
|
| 95 |
query = st.selectbox("Pick a question or type your own:", [""] + sample_questions, key="query_select") or st.text_input("Your question:", key="query_input")
|
|
|
|
| 89 |
sample_questions = [
|
| 90 |
"Can you tell me the history of United Methodist Church",
|
| 91 |
"What does the Constitution say about inclusiveness?",
|
| 92 |
+
"Tell me about John Wesley.",
|
| 93 |
" What are special provisions about Sunday prayers"
|
| 94 |
]
|
| 95 |
query = st.selectbox("Pick a question or type your own:", [""] + sample_questions, key="query_select") or st.text_input("Your question:", key="query_input")
|