Spaces:
Paused
Paused
Update app.py
Browse files
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;">
|
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;
|