zolicsaki commited on
Commit
fdc845f
·
verified ·
1 Parent(s): 180adf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -361,12 +361,12 @@ def main() -> None:
361
 
362
  if are_credentials_set(additional_env_vars):
363
  with st.expander('**Example Queries With Search**', expanded=True):
364
- if st.button('What is the population of Virginia?'):
365
  setChatInputValue(
366
- 'What is the population of Virginia?'
367
  )
368
- if st.button('SNP 500 moves today'):
369
- setChatInputValue('SNP 500 moves today')
370
  if st.button('What is the weather in Palo Alto?'):
371
  setChatInputValue(
372
  'What is the weather in Palo Alto?'
 
361
 
362
  if are_credentials_set(additional_env_vars):
363
  with st.expander('**Example Queries With Search**', expanded=True):
364
+ if st.button('Who won Wimbledon this year?'):
365
  setChatInputValue(
366
+ 'Who won Wimbledon this year?'
367
  )
368
+ if st.button('SNP 500 stock market moves'):
369
+ setChatInputValue('SNP 500 stock market moves')
370
  if st.button('What is the weather in Palo Alto?'):
371
  setChatInputValue(
372
  'What is the weather in Palo Alto?'