zolicsaki commited on
Commit
43537fd
·
verified ·
1 Parent(s): fdc845f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -361,9 +361,9 @@ 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('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')
 
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 most recently?'):
365
  setChatInputValue(
366
+ 'Who won Wimbledon most recently?'
367
  )
368
  if st.button('SNP 500 stock market moves'):
369
  setChatInputValue('SNP 500 stock market moves')