Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,8 @@ def summarize_with_bedrock(title: str, content: str) -> str:
|
|
246 |
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
247 |
# When button is clicked
|
248 |
if btn and query:
|
249 |
-
|
|
|
250 |
|
251 |
# Fetch articles
|
252 |
newsapi_articles = get_newsapi_articles(query)
|
|
|
246 |
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
247 |
# When button is clicked
|
248 |
if btn and query:
|
249 |
+
# Use Markdown-style bold instead of raw HTML in st.info
|
250 |
+
st.info(f"π Searching for news on **{query}**...")
|
251 |
|
252 |
# Fetch articles
|
253 |
newsapi_articles = get_newsapi_articles(query)
|