Skip to content

Commit

Permalink
update default news tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarpintero committed Aug 31, 2023
1 parent eec4f51 commit 83b9e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def sidebar():
st.sidebar.header("💡 Streamlit-NewsAPI-Connector")
with st.sidebar.expander("🔎 TOPIC", expanded=True):
topic = st.text_input(
'Keywords or phrases to search in the News', 'ChatGPT')
'Keywords or phrases to search in the News', 'AI, LLMs')
topic = topic.strip()
if not topic:
st.warning('Please enter a valid topic.')
Expand Down

0 comments on commit 83b9e05

Please sign in to comment.