Sambhatnagar commited on
Commit
0a2c198
·
verified ·
1 Parent(s): 55157ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")