Pijush2023 commited on
Commit
531ab3a
·
verified ·
1 Parent(s): e270c05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -343,7 +343,7 @@ def fetch_local_news():
343
  if response.status_code == 200:
344
  results = response.json().get("news_results", [])
345
  news_html = """
346
- <h2 style="font-family: 'Georgia', serif; color: #ff0000; background-color: #f8f8f8; padding: 10px; border-radius: 10px;">Omaha Today</h2>
347
  <style>
348
  .news-item {
349
  font-family: 'Verdana', sans-serif;
 
343
  if response.status_code == 200:
344
  results = response.json().get("news_results", [])
345
  news_html = """
346
+ <h2 style="font-family: 'Georgia', serif; color: #ff0000; background-color: #f8f8f8; padding: 10px; border-radius: 10px;">Birmingham Today</h2>
347
  <style>
348
  .news-item {
349
  font-family: 'Verdana', sans-serif;