SHAMIL SHAHBAZ AWAN commited on
Commit
5153aff
Β·
verified Β·
1 Parent(s): e430047

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def current_space_news():
50
 
51
  # Format the top 3 space news articles
52
  formatted_news = "\n\n".join(
53
- [f"πŸ“° **{article.get('title', 'Untitled')}**\nπŸ”— [Read More]({article.get('url', '#'}) )" for article in news_results[:3]]
54
  )
55
 
56
  return {"output": f"πŸš€ **Latest Space News:**\n\n{formatted_news}"}
 
50
 
51
  # Format the top 3 space news articles
52
  formatted_news = "\n\n".join(
53
+ [f"πŸ“° **{article.get('title', 'Untitled')}**\nπŸ”— [Read More]({article.get('url', '#')})" for article in news_results[:3]]
54
  )
55
 
56
  return {"output": f"πŸš€ **Latest Space News:**\n\n{formatted_news}"}