ritwikmoitra commited on
Commit
025533e
·
verified ·
1 Parent(s): e635e6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def render_news(news_items, start, count=20):
39
  result += f"**{i}. {item['title']}**<br>\n"
40
  result += f"[🔗 समाचार लिंक]({item['link']})<br>\n"
41
  result += f"🗓️ प्रकाशित: {item['published']}<br>\n"
42
- result += f"<hr style='margin: 8px 0;' />\n"
43
  return result
44
 
45
  # Load initial news
 
39
  result += f"**{i}. {item['title']}**<br>\n"
40
  result += f"[🔗 समाचार लिंक]({item['link']})<br>\n"
41
  result += f"🗓️ प्रकाशित: {item['published']}<br>\n"
42
+ result += f"<hr style='margin: 10px 0;' />\n"
43
  return result
44
 
45
  # Load initial news