Update app.py
Browse files
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('
|
365 |
setChatInputValue(
|
366 |
-
'
|
367 |
)
|
368 |
-
if st.button('SNP 500 moves
|
369 |
-
setChatInputValue('SNP 500 moves
|
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?'
|