Update app.py
Browse files
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('
|
365 |
setChatInputValue(
|
366 |
-
'
|
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('What is the population of Virginia?'):
|
365 |
setChatInputValue(
|
366 |
+
'What is the population of Virginia?'
|
367 |
)
|
368 |
if st.button('SNP 500 stock market moves'):
|
369 |
setChatInputValue('SNP 500 stock market moves')
|