Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,17 @@ import numpy as np
|
|
| 9 |
import requests
|
| 10 |
import json
|
| 11 |
import os
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
|
| 14 |
def fetch_news(topic):
|
|
|
|
| 9 |
import requests
|
| 10 |
import json
|
| 11 |
import os
|
| 12 |
+
import streamlit as st
|
| 13 |
+
import pydeck as pdk
|
| 14 |
+
import pandas as pd
|
| 15 |
+
import requests
|
| 16 |
+
import os
|
| 17 |
+
import json
|
| 18 |
+
|
| 19 |
+
# Make sure to define or import other necessary functions or variables here
|
| 20 |
+
|
| 21 |
+
def page_va
|
| 22 |
+
|
| 23 |
|
| 24 |
|
| 25 |
def fetch_news(topic):
|